Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bio.tools for filter spades repeats #256

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/filter_spades_repeats/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: Remove short and repeat contigs/scaffolds
name: filter_spades_repeats
owner: nml
long_description: Using the output of SPAdes (a fasta and a stats file, either from contigs or scaffolds), it filters the fasta files, discarding all sequences that are under a given length or under a calculated coverage. Repeated contigs are detected based on coverage.
remote_repository_url: https://github.com/phac-nml/galaxy_tools/
remote_repository_url: https://github.com/phac-nml/galaxy_tools/tree/master/tools/filter_spades_repeats
homepage_url: https://github.com/phac-nml/galaxy_tools/
3 changes: 3 additions & 0 deletions tools/filter_spades_repeats/filter_spades_repeats.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<tool id="filter_spades_repeat" name="Filter SPAdes repeats" version="1.0.1">
<description>Remove short and repeat contigs/scaffolds</description>
<xrefs>
<xref type="bio.tools">filter_spades_repeats</xref>
</xrefs>
<requirements>
<requirement type="package" version="1.6.924">perl-bioperl</requirement>
</requirements>
Expand Down