annotate trinity_stats.xml @ 0:5ea4163b1519 draft

planemo upload
author lecorguille
date Tue, 15 Nov 2016 07:24:09 -0500
parents
children 8106cba8ba2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
1 <tool id="trinity_stats" name="Trinity Statistics" version="2.2.0.0" >
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
2 <description>Obtain basic stats for the number of genes and isoforms and contiguity of the assembly</description>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
3 <requirement type="package" version="2.2.0">trinity</requirement>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
4 <command>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
5 TrinityStats.pl '$trinity_assembly' > '$output'
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
6 </command>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
7 <inputs>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
8 <param type="data" format="fasta" name="trinity_assembly" label="Trinity assembly" />
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
9 </inputs>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
10 <outputs>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
11 <data format="tabular" name="output" label="Trinity_Assembly.statistics" />
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
12 </outputs>
5ea4163b1519 planemo upload
lecorguille
parents:
diff changeset
13 </tool>