Skip to content

Commit 821b15b

Browse files
authored
Merge pull request #381 from gianlucacorrado/master
fixed input description
2 parents d5b25a3 + 2832207 commit 821b15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/rna_tools/rnacommender/rnacommender.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<tool id="rbc_rnacommender" name="RNAcommender" version="0.1.1">
2-
<description>files into a collection</description>
2+
<description>genome-wide recommendation of RNA-protein interactions</description>
33
<requirements>
44
<requirement type="package" version="3.5">sam</requirement>
55
<requirement type="package" version="1.11.1">numpy</requirement>
@@ -14,7 +14,7 @@
1414
python $__tool_directory__/main.py "$infile"
1515
]]></command>
1616
<inputs>
17-
<param name="infile" type="data" format="fasta" label="Fasta file to split"/>
17+
<param name="infile" type="data" format="fasta" label="Fasta file containing (exactly) one RBP sequence"/>
1818
</inputs>
1919
<outputs>
2020
<data format="tabular" from_work_dir="output.txt" name="outfile" />

0 commit comments

Comments
 (0)