Mercurial > repos > anmoljh > trinitystats
annotate trinityStats.xml @ 8:c9e5d9752b50
correcting syntax error
author | anmoljh <anmol.jh@gmail.com> |
---|---|
date | Wed, 26 Aug 2015 18:27:29 +0100 |
parents | af1eaa2d06c1 |
children |
rev | line source |
---|---|
7
af1eaa2d06c1
updated tool version in 'trinityStats.xml'
anmoljh <anmol.jh@gmail.com>
parents:
5
diff
changeset
|
1 <tool id='id_trinity_stats' name='Trinity Stats' version='r20140717'> |
0 | 2 <description></description> |
3 | |
4 <requirements> | |
5
8c77dcef9e1f
changed tool dependency in 'trinityStats.xml'
anmoljh <anmol.jh@gmail.com>
parents:
3
diff
changeset
|
5 <requirement type="package" version="r20140717">trinityrnaseq</requirement> |
0 | 6 </requirements> |
7 | |
3
0a8d55375004
corrected error in path
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents:
2
diff
changeset
|
8 <command>\$TRINITY_HOME/util/TrinityStats.pl $fastafile > $statsfile 2>&1;</command> |
0 | 9 |
10 <inputs> | |
11 <!-- Required --> | |
12 | |
2
6b715301b126
corrected missing path
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents:
0
diff
changeset
|
13 <param name='fastafile' type="data" format="fasta" label='Trinity Assembly' help='Trinity Assembled fasta file'/> |
0 | 14 |
15 <!-- Optional --> | |
16 | |
17 </inputs> | |
18 | |
19 <outputs> | |
20 <data name='statsfile' format='tabular' label="${tool.name} on ${on_string}: "/> | |
21 </outputs> | |
22 </tool> |