Mercurial > repos > iuc > trinity_contig_exn50_statistic
comparison contig_exn50_statistic.xml @ 13:beafdd47f8cf draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c468d2b9613f88cc5f96f77ab1e0592d3c9ce707"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 10:09:37 +0000 |
parents | 34840e9c79b0 |
children | 41db7569b4ba |
comparison
equal
deleted
inserted
replaced
12:34840e9c79b0 | 13:beafdd47f8cf |
---|---|
1 <tool id="trinity_contig_exn50_statistic" name="Compute contig Ex90N50 statistic and Ex90 transcript count" version="@WRAPPER_VERSION@"> | 1 <tool id="trinity_contig_exn50_statistic" name="Compute contig Ex90N50 statistic and Ex90 transcript count" version="@WRAPPER_VERSION@"> |
2 <description>from a Trinity assembly</description> | 2 <description>from a Trinity assembly</description> |
3 <expand macro="bio_tools"/> | |
4 <macros> | 3 <macros> |
5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
6 </macros> | 5 </macros> |
6 <expand macro="bio_tools"/> | |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
8 <command detect_errors="aggressive"><![CDATA[ | 8 <command detect_errors="aggressive"><![CDATA[ |
9 ln -s '$matrix' 'matrix.tabular' && | 9 ln -s '$matrix' 'matrix.tabular' && |
10 contig_ExN50_statistic.pl | 10 contig_ExN50_statistic.pl |
11 'matrix.tabular' | 11 'matrix.tabular' |