Mercurial > repos > anmoljh > trinitystats
comparison trinityStats.xml @ 0:45e1df92fcda
Uploaded
author | anmoljh |
---|---|
date | Thu, 09 Jul 2015 11:19:45 -0400 |
parents | |
children | 6b715301b126 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:45e1df92fcda |
---|---|
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> |