annotate contig_exn50_statistic.xml @ 5:afa3a9786339 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
author iuc
date Thu, 14 Jun 2018 03:11:00 -0400
parents 570f2b1f3cd9
children 34840e9c79b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
afa3a9786339 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents: 1
diff changeset
1 <tool id="trinity_contig_exn50_statistic" name="Compute contig Ex90N50 statistic and Ex90 transcript count" version="@WRAPPER_VERSION@">
0
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
2 <description>from a Trinity assembly</description>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
3 <macros>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
4 <import>macros.xml</import>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
5 </macros>
1
570f2b1f3cd9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents: 0
diff changeset
6 <expand macro="requirements" />
570f2b1f3cd9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents: 0
diff changeset
7 <command detect_errors="aggressive"><![CDATA[
0
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
8 contig_ExN50_statistic.pl
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
9 '$matrix'
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
10 '$transcripts'
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
11 > '$output'
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
12 ]]></command>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
13 <inputs>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
14 <param format="tabular" name="matrix" type="data" label="Expression matrix" help="Matrix of normalized expression values produced by 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity' tool"/>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
15 <param format="fasta" name="transcripts" type="data" label="Transcripts" help="De novo assembly of RNA-Seq data"/>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
16 </inputs>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
17 <outputs>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
18 <data format="tabular" name="output" label="${tool.name} on ${on_string}: ExN50 statistics"/>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
19 </outputs>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
20 <tests>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
21 <test>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
22 <param name="matrix" value="count/contig_exn50_statistic/matrix.TMM.EXPR.matrix"/>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
23 <param name="transcripts" value="count/contig_exn50_statistic/Trinity.fasta"/>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
24 <output name="output" file="count/contig_exn50_statistic/ExN50.stats"/>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
25 </test>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
26 </tests>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
27 <help>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
28 <![CDATA[
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
29 Trinity_ assembles transcript sequences from Illumina RNA-Seq data.
5
afa3a9786339 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents: 1
diff changeset
30 This tool computes the N50 statistic limited to the top most highly expressed transcripts that represent x% of the total normalized expression data. This requires that you have first performed transcript abundance estimation with 'Align reads and estimate abundance for a de novo assembly of RNA-Seq data by Trinity' tool and that you have built the expression matrix with 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity' tool.
0
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
31
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
32 **Inputs**
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
33
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
34 It takes as input a transcriptome assembled with Trinity and the matrix of normalized expression values produced by 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity' tool.
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
35
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
36 .. _Trinity: http://trinityrnaseq.github.io
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
37 ]]>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
38 </help>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
39 <expand macro="citation" />
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
40 </tool>