annotate contig_exn50_statistic.xml @ 16:870ac06dff8e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c6eab3b60743dfa415dc135d657267cc8a0a31ce
author iuc
date Tue, 08 Aug 2023 09:08:40 +0000
parents 41db7569b4ba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
41db7569b4ba planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents: 13
diff changeset
1 <tool id="trinity_contig_exn50_statistic" name="Compute contig Ex90N50 statistic and Ex90 transcript count" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
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>
13
beafdd47f8cf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c468d2b9613f88cc5f96f77ab1e0592d3c9ce707"
iuc
parents: 12
diff changeset
6 <expand macro="bio_tools"/>
1
570f2b1f3cd9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents: 0
diff changeset
7 <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
8 <command detect_errors="aggressive"><![CDATA[
12
34840e9c79b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec"
iuc
parents: 5
diff changeset
9 ln -s '$matrix' 'matrix.tabular' &&
0
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
10 contig_ExN50_statistic.pl
12
34840e9c79b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec"
iuc
parents: 5
diff changeset
11 'matrix.tabular'
0
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
12 '$transcripts'
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
13 > '$output'
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
14 ]]></command>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
15 <inputs>
15
41db7569b4ba planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents: 13
diff changeset
16 <param name="matrix" type="data" format="tabular" 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"/>
41db7569b4ba planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents: 13
diff changeset
17 <param name="transcripts" type="data" format="fasta" label="Transcripts" help="De novo assembly of RNA-Seq data"/>
0
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
18 </inputs>
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 <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
21 </outputs>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
22 <tests>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
23 <test>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
24 <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
25 <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
26 <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
27 </test>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
28 </tests>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
29 <help>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
30 <![CDATA[
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
31 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
32 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
33
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
34 **Inputs**
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 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
37
16
870ac06dff8e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c6eab3b60743dfa415dc135d657267cc8a0a31ce
iuc
parents: 15
diff changeset
38 .. _Trinity: https://github.com/trinityrnaseq/trinityrnaseq/wiki
0
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
39 ]]>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
40 </help>
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
41 <expand macro="citation" />
1e8a2c87461a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
iuc
parents:
diff changeset
42 </tool>