Mercurial > repos > iuc > trinity_samples_qccheck
annotate samples_qccheck.xml @ 6:8bec0d476fa0 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit bc4ea54f0deec4ddec8e6cf79fd547491e165686
author | iuc |
---|---|
date | Mon, 28 Aug 2017 16:55:49 -0400 |
parents | 36681c1ad6d7 |
children | 226663afe49c |
rev | line source |
---|---|
5
36681c1ad6d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents:
1
diff
changeset
|
1 <tool id="trinity_samples_qccheck" name="RNASeq samples quality check" version="@WRAPPER_VERSION@.0"> |
0
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
2 <description>for transcript quantification</description> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
3 <macros> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
5 </macros> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"> |
5
36681c1ad6d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents:
1
diff
changeset
|
7 <requirement type="package" version="2.34.0">bioconductor-biobase</requirement> |
36681c1ad6d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents:
1
diff
changeset
|
8 <requirement type="package" version="2.6.0">bioconductor-qvalue</requirement> |
6
8bec0d476fa0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit bc4ea54f0deec4ddec8e6cf79fd547491e165686
iuc
parents:
5
diff
changeset
|
9 <requirement type="package" version="2.0.6">r-cluster</requirement> |
0
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
10 </expand> |
5
36681c1ad6d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents:
1
diff
changeset
|
11 <command detect_errors="aggressive"><![CDATA[ |
0
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
12 |
5
36681c1ad6d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
iuc
parents:
1
diff
changeset
|
13 ln -f -s "${matrix}" "input.matrix" |
0
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
14 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
15 && |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
16 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
17 PtR |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
18 --matrix "input.matrix" |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
19 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
20 --samples "${samples}" |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
21 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
22 --CPM --log2 --compare_replicates |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
23 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
24 && |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
25 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
26 PtR |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
27 --matrix "input.matrix" |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
28 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
29 --samples "${samples}" |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
30 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
31 --CPM --log2 --sample_cor_matrix |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
32 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
33 && |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
34 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
35 PtR |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
36 --matrix "input.matrix" |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
37 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
38 --samples "${samples}" |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
39 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
40 --CPM --log2 --prin_comp 3 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
41 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
42 && mkdir out_pdf |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
43 && mv *rep_compare.pdf out_pdf/ |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
44 && mv *sample_cor_matrix.pdf out_pdf/ |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
45 && mv *principal_components.pdf out_pdf/ |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
46 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
47 ]]></command> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
48 <inputs> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
50 <param format="tabular" name="samples" argument="--samples" type="data" label="Samples description" help="file describing samples and replicates"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
51 </inputs> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
52 <outputs> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
53 <collection name="reports" type="list" label="Quality check result files on ${on_string}"> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
54 <discover_datasets pattern="__name__" ext="pdf" directory="out_pdf" /> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
55 </collection> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
56 </outputs> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
57 <tests> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
58 <test> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
59 <param name="matrix" value="count/qcheck/matrix.counts.matrix"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
60 <param name="samples" value="count/samples.txt"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
61 <output_collection name="reports"> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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"/> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
67 </output_collection> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
68 </test> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
69 </tests> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
70 <help> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
71 <![CDATA[ |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
72 Trinity_ assembles transcript sequences from Illumina RNA-Seq data. |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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. |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
74 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
75 **Inputs** |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
76 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
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. |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
78 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
79 You must describe your samples and replicates with a tabular file looking like this: |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
80 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
81 =========== ================ |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
82 ConditionA CondA_replicate1 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
83 ----------- ---------------- |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
84 ConditionA CondA_replicate2 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
85 ----------- ---------------- |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
86 ConditionB CondB_replicate1 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
87 ----------- ---------------- |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
88 ConditionB CondB_replicate2 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
89 ----------- ---------------- |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
90 ConditionC CondC_replicate1 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
91 ----------- ---------------- |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
92 ConditionC CondC_replicate2 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
93 ----------- ---------------- |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
94 ConditionC CondC_replicate3 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
95 =========== ================ |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
96 |
1
d0158f3ed68d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
0
diff
changeset
|
97 This file can be generated with the 'Describe samples and replicates' tool. |
0
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
98 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'. |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
99 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
100 **Output** |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
101 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
102 This tool will produce several PDF files, see the following page for more information: |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
103 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
104 .. _Trinity manual: https://github.com/trinityrnaseq/trinityrnaseq/wiki/QC-Samples-and-Replicates |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
105 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
106 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
107 .. _Trinity: http://trinityrnaseq.github.io |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
108 ]]> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
109 </help> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
110 |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
111 <expand macro="citation" /> |
7e6f53726329
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit e23a8ad798830209db722d5496d19ec7a5e06214
iuc
parents:
diff
changeset
|
112 </tool> |