Mercurial > repos > lecorguille > trinity_stats
changeset 1:8106cba8ba2b draft default tip
planemo upload
author | lecorguille |
---|---|
date | Tue, 15 Nov 2016 10:24:48 -0500 |
parents | 5ea4163b1519 |
children | |
files | trinity_stats.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/trinity_stats.xml Tue Nov 15 07:24:09 2016 -0500 +++ b/trinity_stats.xml Tue Nov 15 10:24:48 2016 -0500 @@ -1,6 +1,8 @@ <tool id="trinity_stats" name="Trinity Statistics" version="2.2.0.0" > <description>Obtain basic stats for the number of genes and isoforms and contiguity of the assembly</description> - <requirement type="package" version="2.2.0">trinity</requirement> + <requirements> + <requirement type="package" version="2.2.0">trinity</requirement> + </requirements> <command> TrinityStats.pl '$trinity_assembly' > '$output' </command>