annotate samples_qccheck.xml @ 4:001b655b2db3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit bbfd77c34b609b86ef3a24525dae1127d8b3d99b
author iuc
date Mon, 02 May 2016 09:03:02 -0400
parents 1317615eff73
children a3d60df650b7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
1 <tool id="samples_qccheck" name="RNASeq samples quality check" version="2.1.1">
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
2 <description>for transcript quantification</description>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
3 <requirements>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
4 <requirement type="package" version="2.1.1">trinity</requirement>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
5 <requirement type="package" version="2.30.0">bioconductor-biobase</requirement>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
6 <requirement type="package" version="2.2.2">bioconductor-qvalue</requirement>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
7 </requirements>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
8 <stdio>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
9 <exit_code range="1:"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
10 </stdio>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
11 <command><![CDATA[
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
12
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
13 ln -s "${matrix}" "input.matrix"
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
14
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
15 &&
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
16
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
17 PtR
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
18 --matrix "input.matrix"
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
19
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
20 --samples "${samples}"
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
21
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
22 --CPM --log2 --compare_replicates
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
23
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
24 &&
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
25
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
26 PtR
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
27 --matrix "input.matrix"
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
28
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
29 --samples "${samples}"
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
30
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
31 --CPM --log2 --sample_cor_matrix
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
32
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
33 &&
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
34
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
35 PtR
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
36 --matrix "input.matrix"
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
37
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
38 --samples "${samples}"
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
39
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
40 --CPM --log2 --prin_comp 3
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
41
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
42 && mkdir out_pdf
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
43 && mv *rep_compare.pdf out_pdf/
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
44 && mv *sample_cor_matrix.pdf out_pdf/
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
45 && mv *principal_components.pdf out_pdf/
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
46
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
47 ]]></command>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
48 <inputs>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
49 <param format="tabular" name="matrix" type="data" label="Expression matrix" help="output of abundance_estimates_to_matrix tool"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
50 <param format="tabular" name="samples" type="data" label="Samples description" help="file describing samples and replicates"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
51 </inputs>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
52 <outputs>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
53 <collection name="reports" type="list" label="Quality check result files on ${on_string}">
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
54 <discover_datasets pattern="__name__" ext="pdf" directory="out_pdf" visible="true" />
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
55 </collection>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
56 </outputs>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
57 <tests>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
58 <test>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
59 <param name="matrix" value="count/qcheck/matrix.counts.matrix"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
60 <param name="samples" value="count/samples.txt"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
61 <output_collection name="reports">
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
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"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
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"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
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"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
65 <element name="input.matrix.minCol10.minRow10.CPM.log2.principal_components.pdf" compare="sim_size" delta="100" file="count/qcheck/matrix.counts.matrix.minCol10.minRow10.CPM.log2.principal_components.pdf"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
66 <element name="input.matrix.minCol10.minRow10.CPM.log2.sample_cor_matrix.pdf" compare="sim_size" delta="100" file="count/qcheck/matrix.counts.matrix.minCol10.minRow10.CPM.log2.sample_cor_matrix.pdf"/>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
67 </output_collection>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
68 </test>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
69 </tests>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
70 <help>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
71 <![CDATA[
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
72 Trinity_ assembles transcript sequences from Illumina RNA-Seq data.
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
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.
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
74
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
75 **Inputs**
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
76
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
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.
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
78
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
79 You must describe your samples and replicates with a tabular file looking like this:
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
80
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
81 =========== ================
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
82 ConditionA CondA_replicate1
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
83 ----------- ----------------
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
84 ConditionA CondA_replicate2
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
85 ----------- ----------------
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
86 ConditionB CondB_replicate1
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
87 ----------- ----------------
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
88 ConditionB CondB_replicate2
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
89 ----------- ----------------
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
90 ConditionC CondC_replicate1
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
91 ----------- ----------------
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
92 ConditionC CondC_replicate2
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
93 ----------- ----------------
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
94 ConditionC CondC_replicate3
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
95 =========== ================
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
96
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
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'.
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
98
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
99 **Output**
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
100
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
101 This tool will produce several PDF files, see the following page for more information:
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
102
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
103 .. _Trinity manual: https://github.com/trinityrnaseq/trinityrnaseq/wiki/QC-Samples-and-Replicates
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
104
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
105
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
106 .. _Trinity: http://trinityrnaseq.github.io
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
107 ]]>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
108 </help>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
109
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
110 <citations>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
111 <citation type="doi">doi:10.1038/nbt.1883</citation>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
112 </citations>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
113 </tool>
1317615eff73 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3c4a2b13b0f3a280de4f98f4f5e0dc29e10fc7a0
iuc
parents:
diff changeset
114