We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5b25a3 + 2832207 commit 821b15bCopy full SHA for 821b15b
tools/rna_tools/rnacommender/rnacommender.xml
@@ -1,5 +1,5 @@
1
<tool id="rbc_rnacommender" name="RNAcommender" version="0.1.1">
2
- <description>files into a collection</description>
+ <description>genome-wide recommendation of RNA-protein interactions</description>
3
<requirements>
4
<requirement type="package" version="3.5">sam</requirement>
5
<requirement type="package" version="1.11.1">numpy</requirement>
@@ -14,7 +14,7 @@
14
python $__tool_directory__/main.py "$infile"
15
]]></command>
16
<inputs>
17
- <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"/>
18
</inputs>
19
<outputs>
20
<data format="tabular" from_work_dir="output.txt" name="outfile" />
0 commit comments