Skip to content

Commit

Permalink
add bio.tools ans fix lint (galaxyproject#5886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlibouba authored Mar 18, 2024
1 parent 9bf18db commit f6cf3fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/red/red.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<token name="@TOOL_VERSION@">2018.09.10</token>
<token name="@VERSION_SUFFIX@">1</token>
</macros>
<xrefs>
<xref type="bio.tools">red</xref>
</xrefs>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">red</requirement>
</requirements>
Expand All @@ -23,8 +26,8 @@ Red
<param label="Genome sequence to mask" name="input" type="data" format="fasta" />
</inputs>
<outputs>
<data format="fasta" name="masked" from_work_dir="output/genome.msk" />
<data format="bed" name="bed" from_work_dir="output/genome.bed" />
<data format="fasta" name="masked" label="${tool.name} on ${on_string}: masked genome" from_work_dir="output/genome.msk" />
<data format="bed" name="bed" label="${tool.name} on ${on_string}: bed" from_work_dir="output/genome.bed" />
</outputs>
<tests>
<test>
Expand Down

0 comments on commit f6cf3fc

Please sign in to comment.