Mercurial > repos > devteam > cuffdiff
annotate cuffdiff_wrapper.xml @ 12:0f32ad418df8 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author | devteam |
---|---|
date | Wed, 11 Nov 2015 12:34:34 -0500 |
parents | 5ce5197de50c |
children | f1b92120dfaa |
rev | line source |
---|---|
11
5ce5197de50c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 220e70acb66016873732b193b3ac20ae48083f0b-dirty
devteam
parents:
10
diff
changeset
|
1 <tool id="cuffdiff" name="Cuffdiff" version="@VERSION@.3"> |
0 | 2 <description>find significant changes in transcript expression, splicing, and promoter use</description> |
8 | 3 <requirements> |
4 <requirement type="set_environment">CUFFDIFF_SCRIPT_PATH</requirement> | |
5 <requirement type="package" version="2.2.1">cufflinks</requirement> | |
6 <requirement type="package" version="2.8.2">cummeRbund</requirement> | |
7 </requirements> | |
7 | 8 <expand macro="stdio" /> |
9 <macros> | |
10 <import>cuff_macros.xml</import> | |
11 </macros> | |
0 | 12 <version_command>cuffdiff 2>&1 | head -n 1</version_command> |
8 | 13 <command><![CDATA[ |
0 | 14 cuffdiff |
2
2d6a90609943
Fix wrapper bugs: (a) do not try update check and (b) allow spaces in labels.
jeremy goecks <jeremy.goecks@emory.edu>
parents:
1
diff
changeset
|
15 --no-update-check |
12
0f32ad418df8
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
11
diff
changeset
|
16 --quiet |
0 | 17 --FDR=$fdr |
6
604fa75232a2
Convert tool to use $GALAXY_SLOTS if available.
Nate Coraor <nate@bx.psu.edu>
parents:
3
diff
changeset
|
18 --num-threads="\${GALAXY_SLOTS:-4}" |
0 | 19 --min-alignment-count=$min_alignment_count |
20 --library-norm-method=$library_norm_method | |
21 --dispersion-method=$dispersion_method | |
22 | |
7 | 23 ## Set advanced SE data parameters? |
0 | 24 #if $additional.sAdditional == "Yes": |
25 -m $additional.frag_mean_len | |
26 -s $additional.frag_len_std_dev | |
27 #end if | |
28 | |
29 ## Multi-read correct? | |
7 | 30 #if $multiread_correct : |
31 -u | |
0 | 32 #end if |
33 | |
34 ## Bias correction? | |
35 #if $bias_correction.do_bias_correction == "Yes": | |
1 | 36 -b |
0 | 37 #if $bias_correction.seq_source.index_source == "history": |
1 | 38 ## Custom genome from history. |
39 $bias_correction.seq_source.ref_file | |
0 | 40 #else: |
1 | 41 ## Built-in genome. |
7 | 42 "${ bias_correction.seq_source.index.fields.path }" |
0 | 43 #end if |
44 #end if | |
45 | |
7 | 46 @CONDITION_LABELS@ |
47 | |
48 $length_correction | |
0 | 49 |
7 | 50 ## Set advanced parameters for cufflinks |
51 #if $advanced_settings.sAdvanced == "Yes": | |
52 #if str($advanced_settings.library_type) != 'auto': | |
53 --library-type=$advanced_settings.library_type | |
54 #end if | |
55 #if $advanced_settings.mask_file: | |
56 --mask-file=$advanced_settings.mask_file | |
57 #end if | |
58 #if $advanced_settings.time_series: | |
59 --time-series | |
60 #end if | |
61 --max-mle-iterations=$advanced_settings.max_mle_iterations | |
62 $advanced_settings.hits_norm | |
63 --max-bundle-frags=$advanced_settings.max_bundle_frags | |
64 --num-frag-count-draws=$advanced_settings.num_frag_count_draws | |
65 --num-frag-assign-draws=$advanced_settings.num_frag_assign_draws | |
66 --min-reps-for-js-test=$advanced_settings.min_reps_for_js_test | |
67 #end if | |
0 | 68 ## Inputs. |
69 $gtf_input | |
7 | 70 |
71 @CONDITION_SAMPLES@ | |
10
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
72 #if $generate_sqlite: |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
73 && |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
74 R --vanilla --no-save -f \$CUFFDIFF_SCRIPT_PATH/cummeRbund.R && mv cummeRbund.sqlite "${output_cummerbund}" |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
75 #end if |
8 | 76 ]]> |
0 | 77 </command> |
78 <inputs> | |
79 <param format="gtf,gff3" name="gtf_input" type="data" label="Transcripts" help="A transcript GFF3 or GTF file produced by cufflinks, cuffcompare, or other source."/> | |
10
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
80 <param name="omit_tabular_output" type="boolean" truevalue="yes" falsevalue="no" label="Omit Tabular Datasets" help="Discard the tabular output." /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
81 <param name="generate_sqlite" type="boolean" truevalue="yes" falsevalue="no" label="Generate SQLite" help="Generate a SQLite database for use with cummeRbund." /> |
7 | 82 <expand macro="condition_inputs" /> |
0 | 83 <param name="library_norm_method" type="select" label="Library normalization method"> |
84 <option value="geometric" selected="True">geometric</option> | |
85 <option value="classic-fpkm">classic-fpkm</option> | |
86 <option value="quartile">quartile</option> | |
87 </param> | |
88 | |
89 <param name="dispersion_method" type="select" label="Dispersion estimation method" help="If using only one sample per condition, you must use 'blind.'"> | |
90 <option value="pooled" selected="True">pooled</option> | |
91 <option value="per-condition">per-condition</option> | |
92 <option value="blind">blind</option> | |
7 | 93 <option value="poisson">poisson</option> |
0 | 94 </param> |
95 | |
96 <param name="fdr" type="float" value="0.05" label="False Discovery Rate" help="The allowed false discovery rate."/> | |
7 | 97 <param name="min_alignment_count" type="integer" value="10" label="Min Alignment Count" |
98 help="The minimum number of alignments in a locus for needed to conduct significance testing on changes in that locus observed between samples."/> | |
99 <param name="multiread_correct" type="boolean" label="Use multi-read correct" | |
100 help="Tells Cufflinks to do an initial estimation procedure to more accurately weight reads mapping to multiple locations in the genome." /> | |
0 | 101 |
102 <conditional name="bias_correction"> | |
7 | 103 <param name="do_bias_correction" type="select" label="Perform Bias Correction" |
104 help="Bias detection and correction can significantly improve accuracy of transcript abundance estimates."> | |
0 | 105 <option value="No">No</option> |
106 <option value="Yes">Yes</option> | |
107 </param> | |
108 <when value="Yes"> | |
109 <conditional name="seq_source"> | |
110 <param name="index_source" type="select" label="Reference sequence data"> | |
111 <option value="cached">Locally cached</option> | |
112 <option value="history">History</option> | |
113 </param> | |
3
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
114 <when value="cached"> |
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
115 <param name="index" type="select" label="Using reference genome"> |
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
116 <options from_data_table="fasta_indexes"> |
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
117 <filter type="data_meta" ref="gtf_input" key="dbkey" column="1" /> |
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
118 <validator type="no_options" message="No reference genome is available for the build associated with the selected input dataset" /> |
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
119 </options> |
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
120 </param> |
beab768feb92
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
2
diff
changeset
|
121 </when> |
0 | 122 <when value="history"> |
123 <param name="ref_file" type="data" format="fasta" label="Using reference file" /> | |
124 </when> | |
125 </conditional> | |
126 </when> | |
127 <when value="No"></when> | |
128 </conditional> | |
129 | |
130 <param name="include_read_group_files" type="select" label="Include Read Group Datasets" help="Read group datasets provide information on replicates."> | |
131 <option value="No" selected="true">No</option> | |
132 <option value="Yes">Yes</option> | |
133 </param> | |
7 | 134 |
135 <param name="include_count_files" type="select" label="Include Count Based output files" | |
136 help="Cuffdiff estimates the number of fragments that originated from each transcript, primary transcript, and gene in each sample. Primary transcript and gene counts are computed by summing the counts of transcripts in each primary transcript group or gene group."> | |
137 <option value="No" selected="true">No</option> | |
138 <option value="Yes">Yes</option> | |
139 </param> | |
140 | |
141 <param name="length_correction" type="select" label="apply length correction" help="mode of length normalization to transcript fpkm."> | |
142 <option value="" selected="true">cufflinks effective length correction</option> | |
143 <option value="--no-effective-length-correction">standard length correction</option> | |
144 <option value="--no-length-correction">no length correction at all (use raw counts)</option> | |
145 </param> | |
0 | 146 |
147 <conditional name="additional"> | |
7 | 148 <param name="sAdditional" type="select" label="Set Additional Parameters for single end reads? (not recommended for paired-end reads)"> |
149 <option value="No" selected="True">No</option> | |
0 | 150 <option value="Yes">Yes</option> |
151 </param> | |
152 <when value="No"></when> | |
153 <when value="Yes"> | |
154 <param name="frag_mean_len" type="integer" value="200" label="Average Fragment Length"/> | |
155 <param name="frag_len_std_dev" type="integer" value="80" label="Fragment Length Standard Deviation"/> | |
156 </when> | |
157 </conditional> | |
7 | 158 |
159 <conditional name="advanced_settings"> | |
160 <param name="sAdvanced" type="select" label="Set Advanced Cuffdiff parameters? "> | |
161 <option value="No" selected="True">No</option> | |
162 <option value="Yes">Yes</option> | |
163 </param> | |
164 <when value="No"></when> | |
165 <when value="Yes"> | |
166 <param type="select" name="library_type" label="Library prep used for input reads" help=""> | |
167 <option value="auto" selected="True">Auto Detect</option> | |
168 <option value="ff-firststrand">ff-firststrand</option> | |
169 <option value="ff-secondstrand">ff-secondstrand</option> | |
170 <option value="ff-unstranded">ff-unstranded</option> | |
171 <option value="fr-firststrand">fr-firststrand</option> | |
172 <option value="fr-secondstrand">fr-secondstrand</option> | |
173 <option value="fr-unstranded" >fr-unstranded</option> | |
174 <option value="transfrags">transfrags</option> | |
175 </param> | |
176 <param name="mask_file" type="data" format="gtf,gff3" label="Mask File" help="Ignore all alignment within transcripts in this file" optional="True" /> | |
177 <param name="time_series" type="boolean" label="Perform Time Series analysis" | |
178 help="Instructs Cuffdiff to analyze the provided samples as a time series, rather than testing for differences between all pairs of samples. Samples should be provided in increasing time order at the command line (e.g first time point SAM, second timepoint SAM, etc.)" /> | |
179 <param name="max_mle_iterations" value="5000" type="integer" label="Max MLE iterations" help="Maximum iterations allowed for Maximal Likelyhood Estimation calculations" /> | |
180 <param name="hits_norm" type="select" label="Hits included in normalization" help="All Hits: With this option, Cufflinks counts all fragments, including those not compatible with any reference transcript, towards the number of mapped fragments used in the FPKM denominator. Compatible Hits: With this option, Cufflinks counts only those fragments compatible with some reference transcript towards the number of mapped fragments used in the FPKM denominator. Using this mode is generally recommended in Cuffdiff to reduce certain types of bias caused by differential amounts of ribosomal reads which can create the impression of falsely differentially expressed genes. It is active by default." > | |
181 <option value="--compatible-hits-norm" selected="True">Compatible Hits</option> | |
182 <option value="--total-hits-norm">All Hits</option> | |
183 </param> | |
184 <param name="max_bundle_frags" type="integer" value="500000" label="Maximum number of fragments per locus" | |
185 help="Sets the maximum number of fragments a locus may have before being skipped. Skipped loci are listed in skipped.gtf. Default: 500,000" /> | |
186 <param name="num_frag_count_draws" type="integer" value="100" label="Number of fragment generation samples" | |
187 help="Cuffdiff will make this many draws from each transcript's predicted negative binomial random numbder generator. Each draw is a number of fragments that will be probabilistically assigned to the transcripts in the transcriptome. Used to estimate the variance-covariance matrix on assigned fragment counts. Default: 100."/> | |
188 <param name="num_frag_assign_draws" type="integer" value="50" label="Number of fragment assignment samples per generation" help="For each fragment drawn from a transcript, Cuffdiff will assign it this many times (probabilistically), thus estimating the assignment uncertainty for each transcript. Used to estimate the variance-covariance matrix on assigned fragment counts. Default: 50."/> | |
189 <param name="min_reps_for_js_test" type="integer" value="3" label="Minimal Replicates for isoform shift testing" help="Cuffdiff won't test genes for differential regulation unless the conditions in question have at least this many replicates. Default: 3." /> | |
190 </when> | |
191 </conditional> | |
0 | 192 </inputs> |
193 <outputs> | |
10
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
194 <!-- Optional read group datasets. --> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
195 <data format="tabular" name="isoforms_read_group" label="${tool.name} on ${on_string}: isoforms read group tracking" from_work_dir="isoforms.read_group_tracking" > |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
196 <filter>(include_read_group_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
197 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
198 <data format="tabular" name="genes_read_group" label="${tool.name} on ${on_string}: genes read group tracking" from_work_dir="genes.read_group_tracking" > |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
199 <filter>(include_read_group_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
200 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
201 <data format="tabular" name="cds_read_group" label="${tool.name} on ${on_string}: CDs read group tracking" from_work_dir="cds.read_group_tracking" > |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
202 <filter>(include_read_group_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
203 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
204 <data format="tabular" name="tss_groups_read_group" label="${tool.name} on ${on_string}: TSS groups read group tracking" from_work_dir="tss_groups.read_group_tracking" > |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
205 <filter>(include_read_group_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
206 </data> |
11
5ce5197de50c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 220e70acb66016873732b193b3ac20ae48083f0b-dirty
devteam
parents:
10
diff
changeset
|
207 <data format="txt" name="read_group_info" label="${tool.name} on ${on_string}: read group info" from_work_dir="read_groups.info" > |
10
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
208 <filter>(include_read_group_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
209 </data> |
11
5ce5197de50c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 220e70acb66016873732b193b3ac20ae48083f0b-dirty
devteam
parents:
10
diff
changeset
|
210 <data format="txt" name="run_info" label="${tool.name} on ${on_string}: run info" from_work_dir="run.info" > |
10
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
211 <filter>(include_read_group_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
212 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
213 <!-- Standard datasets. --> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
214 <data format="tabular" name="splicing_diff" label="${tool.name} on ${on_string}: splicing differential expression testing" from_work_dir="splicing.diff"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
215 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
216 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
217 <data format="tabular" name="promoters_diff" label="${tool.name} on ${on_string}: promoters differential expression testing" from_work_dir="promoters.diff"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
218 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
219 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
220 <data format="tabular" name="cds_diff" label="${tool.name} on ${on_string}: CDS overloading diffential expression testing" from_work_dir="cds.diff"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
221 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
222 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
223 <data format="tabular" name="cds_exp_fpkm_tracking" label="${tool.name} on ${on_string}: CDS FPKM differential expression testing" from_work_dir="cds_exp.diff"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
224 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
225 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
226 <data format="tabular" name="cds_fpkm_tracking" label="${tool.name} on ${on_string}: CDS FPKM tracking" from_work_dir="cds.fpkm_tracking"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
227 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
228 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
229 <data format="tabular" name="cds_count_tracking" label="${tool.name} on ${on_string}: CDS count tracking" from_work_dir="cds.count_tracking" > |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
230 <filter>(include_count_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
231 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
232 |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
233 <data format="tabular" name="tss_groups_exp" label="${tool.name} on ${on_string}: TSS groups differential expression testing" from_work_dir="tss_group_exp.diff"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
234 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
235 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
236 <data format="tabular" name="tss_groups_fpkm_tracking" label="${tool.name} on ${on_string}: TSS groups FPKM tracking" from_work_dir="tss_groups.fpkm_tracking"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
237 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
238 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
239 <data format="tabular" name="tss_groups_count_tracking" label="${tool.name} on ${on_string}: TSS count FPKM tracking" from_work_dir="tss_groups.count_tracking" > |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
240 <filter>(include_count_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
241 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
242 |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
243 <data format="tabular" name="genes_exp" label="${tool.name} on ${on_string}: gene differential expression testing" from_work_dir="gene_exp.diff"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
244 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
245 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
246 <data format="tabular" name="genes_fpkm_tracking" label="${tool.name} on ${on_string}: gene FPKM tracking" from_work_dir="genes.fpkm_tracking"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
247 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
248 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
249 <data format="tabular" name="genes_count_tracking" label="${tool.name} on ${on_string}: gene count tracking" from_work_dir="genes.count_tracking" > |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
250 <filter>(include_count_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
251 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
252 |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
253 <data format="tabular" name="isoforms_exp" label="${tool.name} on ${on_string}: transcript differential expression testing" from_work_dir="isoform_exp.diff"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
254 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
255 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
256 <data format="tabular" name="isoforms_fpkm_tracking" label="${tool.name} on ${on_string}: transcript FPKM tracking" from_work_dir="isoforms.fpkm_tracking"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
257 <filter>not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
258 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
259 <data format="tabular" name="isoforms_count_tracking" label="${tool.name} on ${on_string}: transcript count tracking" from_work_dir="isoforms.count_tracking"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
260 <filter>(include_count_files == 'Yes') and not omit_tabular_output</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
261 </data> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
262 <data format="sqlite" name="output_cummerbund" label="${tool.name} on ${on_string}: cummeRbund SQLite database"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
263 <filter>generate_sqlite</filter> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
264 </data> |
0 | 265 </outputs> |
266 | |
267 <tests> | |
268 <test> | |
269 <!-- | |
270 cuffdiff cuffcompare_out5.gtf cuffdiff_in1.sam cuffdiff_in2.sam | |
271 --> | |
10
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
272 <param name="gtf_input" value="cuffdiff_in1.gtf" ftype="gtf" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
273 <param name="generate_sqlite" value="yes" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
274 <param name="omit_tabular_output" value="yes" /> |
7 | 275 <conditional name="in_type"> |
276 <param name="set_in_type" value="BAM" /> | |
277 <repeat name="conditions"> | |
278 <param name="name" value="q1" /> | |
279 <repeat name="samples"> | |
280 <param name="sample" value="cuffdiff_in1.sam" ftype="sam" /> | |
281 </repeat> | |
282 </repeat> | |
283 <repeat name="conditions"> | |
284 <param name="name" value="q2" /> | |
285 <repeat name="samples"> | |
286 <param name="sample" value="cuffdiff_in2.sam" ftype="sam" /> | |
287 </repeat> | |
288 </repeat> | |
289 </conditional> | |
0 | 290 <param name="fdr" value="0.05" /> |
291 <param name="min_alignment_count" value="0" /> | |
292 <param name="do_bias_correction" value="No" /> | |
293 <param name="do_normalization" value="No" /> | |
294 <param name="multiread_correct" value="No"/> | |
295 <param name="sAdditional" value="No"/> | |
8 | 296 <output name="output_cummerbund" ftype="sqlite" file="cuffdiff_out.sqlite"/> |
0 | 297 </test> |
10
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
298 <test> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
299 <!-- |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
300 cuffdiff cuffcompare_out5.gtf cuffdiff_in1.sam cuffdiff_in2.sam |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
301 --> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
302 <param name="gtf_input" value="cuffdiff_in1.gtf" ftype="gtf" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
303 <param name="omit_tabular_output" value="no" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
304 <conditional name="in_type"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
305 <param name="set_in_type" value="BAM" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
306 <repeat name="conditions"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
307 <param name="name" value="q1" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
308 <repeat name="samples"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
309 <param name="sample" value="cuffdiff_in1.sam" ftype="sam" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
310 </repeat> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
311 </repeat> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
312 <repeat name="conditions"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
313 <param name="name" value="q2" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
314 <repeat name="samples"> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
315 <param name="sample" value="cuffdiff_in2.sam" ftype="sam" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
316 </repeat> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
317 </repeat> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
318 </conditional> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
319 <param name="fdr" value="0.05" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
320 <param name="min_alignment_count" value="0" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
321 <param name="do_bias_correction" value="No" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
322 <param name="do_normalization" value="No" /> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
323 <param name="multiread_correct" value="No"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
324 <param name="sAdditional" value="No"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
325 <output name="splicing_diff" file="splicing.diff"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
326 <output name="promoters_diff" file="promoters.diff"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
327 <output name="cds_diff" file="cds.diff"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
328 <output name="cds_exp_fpkm_tracking" file="cds.exp_fpkm_tracking"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
329 <output name="cds_fpkm_tracking" file="cds.fpkm_tracking"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
330 <output name="tss_groups_exp" file="tss.groups_exp" lines_diff="200"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
331 <output name="tss_groups_fpkm_tracking" file="tss.groups_fpkm_tracking"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
332 <output name="genes_exp" file="genes.exp" lines_diff="200"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
333 <output name="genes_fpkm_tracking" file="genes.fpkm_tracking" lines_diff="200"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
334 <output name="isoforms_exp" file="isoforms.exp" lines_diff="200"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
335 <output name="isoforms_fpkm_tracking" file="isoforms.fpkm_tracking" lines_diff="200"/> |
4e6f043995ff
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 4f5f0b9c6f52d17728d97452749b5dc887f7d46a
devteam
parents:
8
diff
changeset
|
336 </test> |
0 | 337 </tests> |
338 <help> | |
339 **Cuffdiff Overview** | |
340 | |
341 Cuffdiff is part of Cufflinks_. Cuffdiff find significant changes in transcript expression, splicing, and promoter use. Please cite: Trapnell C, Williams BA, Pertea G, Mortazavi AM, Kwan G, van Baren MJ, Salzberg SL, Wold B, Pachter L. Transcript assembly and abundance estimation from RNA-Seq reveals thousands of new transcripts and switching among isoforms. Nature Biotechnology doi:10.1038/nbt.1621 | |
342 | |
7 | 343 .. _Cufflinks: http://cole-trapnell-lab.github.io/cufflinks/ |
344 | |
0 | 345 ------ |
346 | |
347 **Know what you are doing** | |
348 | |
349 .. class:: warningmark | |
350 | |
351 There is no such thing (yet) as an automated gearshift in expression analysis. It is all like stick-shift driving in San Francisco. In other words, running this tool with default parameters will probably not give you meaningful results. A way to deal with this is to **understand** the parameters by carefully reading the `documentation`__ and experimenting. Fortunately, Galaxy makes experimenting easy. | |
352 | |
7 | 353 .. __: http://cole-trapnell-lab.github.io/cufflinks/cuffdiff/ |
0 | 354 |
355 ------ | |
356 | |
357 **Input format** | |
358 | |
359 Cuffdiff takes Cufflinks or Cuffcompare GTF files as input along with two SAM files containing the fragment alignments for two or more samples. | |
360 | |
361 ------ | |
362 | |
363 **Outputs** | |
364 | |
365 Cuffdiff produces many output files: | |
366 | |
7 | 367 1. Transcript FPKM (+count) expression tracking. |
368 2. Gene FPKM (+count) expression tracking; tracks the summed FPKM of transcripts sharing each gene_id | |
369 3. Primary transcript FPKM (+count) tracking; tracks the summed FPKM of transcripts sharing each tss_id | |
370 4. Coding sequence FPKM (+count) tracking; tracks the summed FPKM of transcripts sharing each p_id, independent of tss_id | |
0 | 371 5. Transcript differential FPKM. |
372 6. Gene differential FPKM. Tests difference sin the summed FPKM of transcripts sharing each gene_id | |
373 7. Primary transcript differential FPKM. Tests difference sin the summed FPKM of transcripts sharing each tss_id | |
374 8. Coding sequence differential FPKM. Tests difference sin the summed FPKM of transcripts sharing each p_id independent of tss_id | |
375 9. Differential splicing tests: this tab delimited file lists, for each primary transcript, the amount of overloading detected among its isoforms, i.e. how much differential splicing exists between isoforms processed from a single primary transcript. Only primary transcripts from which two or more isoforms are spliced are listed in this file. | |
376 10. Differential promoter tests: this tab delimited file lists, for each gene, the amount of overloading detected among its primary transcripts, i.e. how much differential promoter use exists between samples. Only genes producing two or more distinct primary transcripts (i.e. multi-promoter genes) are listed here. | |
377 11. Differential CDS tests: this tab delimited file lists, for each gene, the amount of overloading detected among its coding sequences, i.e. how much differential CDS output exists between samples. Only genes producing two or more distinct CDS (i.e. multi-protein genes) are listed here. | |
378 | |
379 ------- | |
380 | |
381 **Settings** | |
382 | |
383 All of the options have a default value. You can change any of them. Most of the options in Cuffdiff have been implemented here. | |
384 | |
385 ------ | |
386 | |
387 **Cuffdiff parameter list** | |
388 | |
389 This is a list of implemented Cuffdiff options:: | |
390 | |
7 | 391 -m INT Average fragment length (SE reads); default 200 |
392 -s INT Fragment legnth standard deviation (SE reads); default 80 | |
0 | 393 -c INT The minimum number of alignments in a locus for needed to conduct significance testing on changes in that locus observed between samples. If no testing is performed, changes in the locus are deemed not significant, and the locus' observed changes don't contribute to correction for multiple testing. The default is 1,000 fragment alignments (up to 2,000 paired reads). |
394 --FDR FLOAT The allowed false discovery rate. The default is 0.05. | |
395 --max-mle-iterations INT Sets the number of iterations allowed during maximum likelihood estimation of abundances. Default: 5000 | |
7 | 396 --library-norm-method Library Normalization method : Geometric (default), classic-fpkm, quartile |
397 --dispersion-method Dispersion estimation method : Pooled (default), per-condition, blind, poisson | |
398 -u Multi read correction tells Cufflinks to do an initial estimation procedure to more accurately weight reads mapping to multiple locations in the genome. | |
399 -b ref.fasta bias correction. Bias detection and correction can significantly improve accuracy of transcript abundance estimates. | |
400 --no-effective-length-correction Use standard length correction | |
401 --no-length-correction Disable all length correction. | |
402 --library-type ff-firststrand,ff-secondstrand,ff-unstranded,fr-firstrand,fr-secondstrand,fr-unstranded,transfrags | |
403 --mask-file (gff3/gtf) Ignore all alignment within transcripts in this file | |
404 --time-series Treat provided sam files as time series | |
405 --compatible-hits-norm With this option, Cufflinks counts only those fragments compatible with some reference transcript towards the number of mapped fragments used in the FPKM denominator. Using this mode is generally recommended in Cuffdiff to reduce certain types of bias caused by differential amounts of ribosomal reads which can create the impression of falsely differentially expressed genes. | |
406 --total-hits-norm With this option, Cufflinks counts all fragments, including those not compatible with any reference transcript, towards the number of mapped fragments used in the FPKM denominator | |
407 --max-bundle-frags Sets the maximum number of fragments a locus may have before being skipped. Skipped loci are listed in skipped.gtf. | |
408 --num-frag-count-draws Cuffdiff will make this many draws from each transcript's predicted negative binomial random numbder generator. Each draw is a number of fragments that will be probabilistically assigned to the transcripts in the transcriptome. Used to estimate the variance-covariance matrix on assigned fragment counts. | |
409 --num-frag-assign-draws For each fragment drawn from a transcript, Cuffdiff will assign it this many times (probabilistically), thus estimating the assignment uncertainty for each transcript. Used to estimate the variance-covariance matrix on assigned fragment counts. | |
410 --min-reps-for-js-test Cuffdiff won't test genes for differential regulation unless the conditions in question have at least this many replicates. | |
0 | 411 </help> |
7 | 412 <citations> |
413 <citation type="doi">10.1038/nbt.1621</citation> | |
414 </citations> | |
0 | 415 </tool> |