Skip to content

Commit

Permalink
Merge pull request #381 from gianlucacorrado/master
Browse files Browse the repository at this point in the history
fixed input description
  • Loading branch information
bgruening authored Jul 27, 2016
2 parents d5b25a3 + 2832207 commit 821b15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/rna_tools/rnacommender/rnacommender.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<tool id="rbc_rnacommender" name="RNAcommender" version="0.1.1">
<description>files into a collection</description>
<description>genome-wide recommendation of RNA-protein interactions</description>
<requirements>
<requirement type="package" version="3.5">sam</requirement>
<requirement type="package" version="1.11.1">numpy</requirement>
Expand All @@ -14,7 +14,7 @@
python $__tool_directory__/main.py "$infile"
]]></command>
<inputs>
<param name="infile" type="data" format="fasta" label="Fasta file to split"/>
<param name="infile" type="data" format="fasta" label="Fasta file containing (exactly) one RBP sequence"/>
</inputs>
<outputs>
<data format="tabular" from_work_dir="output.txt" name="outfile" />
Expand Down

0 comments on commit 821b15b

Please sign in to comment.