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