0
|
1 <tool id='id_trinity_stats' name='Trinity Stats' version='1.0'>
|
|
2 <description></description>
|
|
3
|
|
4 <requirements>
|
|
5 <requirement type="package" version="2013_08_14">trinityrnaseq</requirement>
|
|
6 </requirements>
|
|
7
|
|
8 <command interpreter='perl'>TrinityStats.pl $fastafile > $statsfile 2>&1;</command>
|
|
9
|
|
10 <inputs>
|
|
11 <!-- Required -->
|
|
12
|
|
13 <param name='fastafile' type="data" format="fasta" label='fastafile' help='Assembled fasta file'/>
|
|
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>
|