Skip to content
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
4 changes: 2 additions & 2 deletions tools/assemblystats/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: Summarise an assembly (e.g. N50 metrics)
name: assemblystats
owner: nml
long_description: This version of assemblystats shows the input file name in the output. Also gives the user the option to choose how many files to output.
remote_repository_url: https://github.com/phac-nml/galaxy_tools
homepage_url: https://github.com/phac-nml/galaxy_tools
remote_repository_url: https://github.com/phac-nml/galaxy_tools/tree/master/tools/assemblystats
homepage_url: https://github.com/phac-nml/galaxy_tools/tree/master/tools/assemblystats
3 changes: 3 additions & 0 deletions tools/assemblystats/assembly_stats_txt.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<tool id="assemblystats" name="assemblystats" version="1.1.0">
<description>Summarise an assembly (e.g. N50 metrics)</description>
<xrefs>
<xref type="bio.tools">assemblystats</xref>
</xrefs>
<requirements>
<requirement type="package" version="1.7.2">perl-bioperl</requirement>
<requirement type="package" version="5.2.7">gnuplot</requirement>
Expand Down