annotate samples_qccheck.xml @ 0:d02ec0323dda draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
author iuc
date Wed, 27 Jul 2016 08:42:42 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
1 <tool id="samples_qccheck" name="RNASeq samples quality check" version="@WRAPPER_VERSION@.0">
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
2 <description>for transcript quantification</description>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
3 <macros>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
4 <import>macros.xml</import>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
5 </macros>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
6 <expand macro="requirements">
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
7 <requirement type="package" version="2.30.0">bioconductor-biobase</requirement>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
8 <requirement type="package" version="2.2.2">bioconductor-qvalue</requirement>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
9 </expand>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
10 <expand macro="stdio"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
11 <command><![CDATA[
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
12
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
13 ln -s "${matrix}" "input.matrix"
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
14
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
15 &&
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
16
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
17 PtR
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
18 --matrix "input.matrix"
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
19
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
20 --samples "${samples}"
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
21
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
22 --CPM --log2 --compare_replicates
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
23
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
24 &&
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
25
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
26 PtR
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
27 --matrix "input.matrix"
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
28
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
29 --samples "${samples}"
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
30
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
31 --CPM --log2 --sample_cor_matrix
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
32
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
33 &&
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
34
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
35 PtR
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
36 --matrix "input.matrix"
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
37
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
38 --samples "${samples}"
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
39
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
40 --CPM --log2 --prin_comp 3
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
41
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
42 && mkdir out_pdf
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
43 && mv *rep_compare.pdf out_pdf/
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
44 && mv *sample_cor_matrix.pdf out_pdf/
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
45 && mv *principal_components.pdf out_pdf/
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
46
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
47 ]]></command>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
48 <inputs>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
49 <param format="tabular" name="matrix" argument="--matrix" type="data" label="Expression matrix" help="output of abundance_estimates_to_matrix tool"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
50 <param format="tabular" name="samples" argument="--samples" type="data" label="Samples description" help="file describing samples and replicates"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
51 </inputs>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
52 <outputs>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
53 <collection name="reports" type="list" label="Quality check result files on ${on_string}">
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
54 <discover_datasets pattern="__name__" ext="pdf" directory="out_pdf" />
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
55 </collection>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
56 </outputs>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
57 <tests>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
58 <test>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
59 <param name="matrix" value="count/qcheck/matrix.counts.matrix"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
60 <param name="samples" value="count/samples.txt"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
61 <output_collection name="reports">
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
62 <element name="wt_37.rep_compare.pdf" compare="sim_size" delta="100" file="count/qcheck/wt_37.rep_compare.pdf"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
63 <element name="wt_GSNO.rep_compare.pdf" compare="sim_size" delta="100" file="count/qcheck/wt_GSNO.rep_compare.pdf"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
64 <element name="wt_ph8.rep_compare.pdf" compare="sim_size" delta="100" file="count/qcheck/wt_ph8.rep_compare.pdf"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
65 <element name="input.matrix.CPM.log2.principal_components.pdf" compare="sim_size" delta="100" file="count/qcheck/input.matrix.CPM.log2.principal_components.pdf"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
66 <element name="input.matrix.CPM.log2.sample_cor_matrix.pdf" compare="sim_size" delta="100" file="count/qcheck/input.matrix.CPM.log2.sample_cor_matrix.pdf"/>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
67 </output_collection>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
68 </test>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
69 </tests>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
70 <help>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
71 <![CDATA[
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
72 Trinity_ assembles transcript sequences from Illumina RNA-Seq data.
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
73 This tool performs some Quality Checks on a RNASeq experiment, analysing the abundance estimation for different samples using a transcriptome assembled with Trinity.
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
74
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
75 **Inputs**
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
76
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
77 This tool uses the matrix produced by 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity' tool.
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
78
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
79 You must describe your samples and replicates with a tabular file looking like this:
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
80
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
81 =========== ================
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
82 ConditionA CondA_replicate1
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
83 ----------- ----------------
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
84 ConditionA CondA_replicate2
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
85 ----------- ----------------
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
86 ConditionB CondB_replicate1
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
87 ----------- ----------------
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
88 ConditionB CondB_replicate2
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
89 ----------- ----------------
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
90 ConditionC CondC_replicate1
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
91 ----------- ----------------
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
92 ConditionC CondC_replicate2
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
93 ----------- ----------------
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
94 ConditionC CondC_replicate3
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
95 =========== ================
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
96
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
97 The names in column 2 must match the names given in the tool 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity'.
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
98
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
99 **Output**
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
100
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
101 This tool will produce several PDF files, see the following page for more information:
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
102
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
103 .. _Trinity manual: https://github.com/trinityrnaseq/trinityrnaseq/wiki/QC-Samples-and-Replicates
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
104
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
105
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
106 .. _Trinity: http://trinityrnaseq.github.io
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
107 ]]>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
108 </help>
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
109
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
110 <expand macro="citation" />
d02ec0323dda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
111 </tool>