Mercurial > repos > bgruening > deeptools_correct_gc_bias
comparison deepTools_macros.xml @ 2:1f0bbd337f21 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4e5124484b42d4ffef76af4bd82a6feb67a5b829
author | bgruening |
---|---|
date | Fri, 18 Dec 2015 12:28:06 -0500 |
parents | 7d3d567c5b67 |
children | 9a55820538d2 |
comparison
equal
deleted
inserted
replaced
1:7d3d567c5b67 | 2:1f0bbd337f21 |
---|---|
40 --zMin $zMin | 40 --zMin $zMin |
41 #end if | 41 #end if |
42 #if $zMax: | 42 #if $zMax: |
43 --zMax $zMax | 43 --zMax $zMax |
44 #end if | 44 #end if |
45 --colorMap '$colorMap' | 45 --colorMap '$colorMap' |
46 $plotNumbers | 46 $plotNumbers |
47 --plotTitle $plotTitle | |
47 </token> | 48 </token> |
48 | 49 |
49 <expand macro="plotTitle" /> | |
50 <expand macro="plotNumbers" /> | |
51 <conditional name="output"> | |
52 <param name="showOutputSettings" type="select" label="Show advanced output settings" > | |
53 <option value="no" selected="true">no</option> | |
54 <option value="yes">yes</option> | |
55 </param> | |
56 <when value="no" /> | |
57 <when value="yes"> | |
58 <expand macro="input_image_file_format"/> | |
59 <param name="saveRawCounts" type="boolean" label="Save the bin counts"/> | |
60 <param name="saveCorMatrix" type="boolean" label="Save the correlation matrix"/> | |
61 </when> | |
62 </conditional> | |
63 | 50 |
64 <xml name="includeZeros"> | 51 <xml name="includeZeros"> |
65 <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue="" | 52 <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue="" |
66 label="Include zeros" | 53 label="Include zeros" |
67 help="If set, then regions with zero counts for *all* BAM files given are included. The default behavior is to ignore those cases." /> | 54 help="If set, then regions with zero counts for *all* BAM files given are included. The default behavior is to ignore those cases." /> |
100 </xml> | 87 </xml> |
101 | 88 |
102 | 89 |
103 <xml name="kmeans_clustering"> | 90 <xml name="kmeans_clustering"> |
104 <conditional name="used_multiple_regions"> | 91 <conditional name="used_multiple_regions"> |
105 <param name="used_multiple_regions_options" type="select" | 92 <param name="used_multiple_regions_options" type="select" |
106 label="Did you compute the matrix with more than one groups of regions?" | 93 label="Did you compute the matrix with more than one groups of regions?" |
107 help="Would you like to cluster the regions according to the similarity of the signal distribution? This is only possible if you used computeMatrix on only one group of regions."> | 94 help="Would you like to cluster the regions according to the similarity of the signal distribution? This is only possible if you used computeMatrix on only one group of regions."> |
108 <option value="yes">Yes, I used multiple groups of regions</option> | 95 <option value="yes">Yes, I used multiple groups of regions</option> |
109 <option value="no">No, I used only one group</option> | 96 <option value="no">No, I used only one group</option> |
110 </param> | 97 </param> |
113 <param name="clustering_options" type="select" label="Clustering algorithm"> | 100 <param name="clustering_options" type="select" label="Clustering algorithm"> |
114 <option value="none">No clustering</option> | 101 <option value="none">No clustering</option> |
115 <option value="kmeans">Kmeans clustering</option> | 102 <option value="kmeans">Kmeans clustering</option> |
116 </param> | 103 </param> |
117 <when value="kmeans"> | 104 <when value="kmeans"> |
118 <param name="k_kmeans" type="integer" value="0" label="Number of clusters to compute" | 105 <param name="k_kmeans" type="integer" value="0" label="Number of clusters to compute" |
119 help="When this option is set, then the matrix is split into clusters using the kmeans algorithm. Only works for data that is not grouped, otherwise only the first group will be clustered. If more specific clustering methods are required it is advisable to save the underlying matrix and run the clustering using other software. The plotting of the clustering may fail (Error: Segmentation fault) if a cluster has very few members compared to the total number or regions. (default: None)."/> | 106 help="When this option is set, then the matrix is split into clusters using the kmeans algorithm. Only works for data that is not grouped, otherwise only the first group will be clustered. If more specific clustering methods are required it is advisable to save the underlying matrix and run the clustering using other software. The plotting of the clustering may fail (Error: Segmentation fault) if a cluster has very few members compared to the total number or regions. (default: None)."/> |
120 </when> | 107 </when> |
121 <when value="none" /> | 108 <when value="none" /> |
122 </conditional> | 109 </conditional> |
123 </when> | 110 </when> |
152 <expand macro="samFlags" /> | 139 <expand macro="samFlags" /> |
153 </xml> | 140 </xml> |
154 | 141 |
155 <xml name="plotNumbers"> | 142 <xml name="plotNumbers"> |
156 <param argument="--plotNumbers" type="boolean" truevalue="--plotNumbers" falsevalue="" | 143 <param argument="--plotNumbers" type="boolean" truevalue="--plotNumbers" falsevalue="" |
157 label="Plot the correlation value" | 144 label="Plot the correlation value" |
158 help="If set, then the correlation number is plotted on top of the heatmap."/> | 145 help="If set, then the correlation number is plotted on top of the heatmap."/> |
159 </xml> | 146 </xml> |
160 | 147 |
161 <xml name="extendReads"> | 148 <xml name="extendReads"> |
162 <param argument="--extendReads" type="integer" value="" optional="True" | 149 <param argument="--extendReads" type="integer" value="" optional="True" |
272 | 259 |
273 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com | 260 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com |
274 | 261 |
275 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. | 262 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. |
276 | 263 |
277 .. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/ | 264 .. _Bioinformatics and Deep-Sequencing Unit: http://www.ie-freiburg.mpg.de/bioinformaticsfac |
278 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de | 265 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de |
279 .. _help site: https://github.com/fidelram/deepTools/wiki/ | 266 .. _help site: https://deeptools.readthedocs.org/ |
280 | 267 |
281 </token> | 268 </token> |
282 <xml name="citations"> | 269 <xml name="citations"> |
283 <citations> | 270 <citations> |
284 <citation type="doi">10.1093/nar/gku365</citation> | 271 <citation type="doi">10.1093/nar/gku365</citation> |
292 help="The BAM file must be sorted."/> | 279 help="The BAM file must be sorted."/> |
293 </xml> | 280 </xml> |
294 | 281 |
295 <xml name="multiple_input_bigwigs"> | 282 <xml name="multiple_input_bigwigs"> |
296 <param argument="--bigwigfiles" type="data" format="bigwig" multiple="True" | 283 <param argument="--bigwigfiles" type="data" format="bigwig" multiple="True" |
297 label="Bigwig file" | 284 label="Bigwig file" |
298 help="The Bigwig file must be sorted."/> | 285 help="The Bigwig file must be sorted."/> |
299 </xml> | 286 </xml> |
300 | 287 |
301 <xml name="plotTitle"> | 288 <xml name="plotTitle"> |
302 <param argument="--plotTitle" type="text" value="" size="30" optional="True" | 289 <param argument="--plotTitle" type="text" value="" size="30" optional="True" |
358 </token> | 345 </token> |
359 | 346 |
360 <xml name="effectiveGenomeSize"> | 347 <xml name="effectiveGenomeSize"> |
361 <conditional name="effectiveGenomeSize"> | 348 <conditional name="effectiveGenomeSize"> |
362 <param name="effectiveGenomeSize_opt" type="select" label="Effective genome size" | 349 <param name="effectiveGenomeSize_opt" type="select" label="Effective genome size" |
363 help="The effective genome size is the portion of the genome that is mappable. Large fractions of the genome are stretches of NNNN that should be discarded. | 350 help="The effective genome size is the portion of the genome that is mappable. Large fractions of the genome are stretches of NNNN that should be discarded. |
364 Also, if repetitive regions were not included in the mapping of reads, the effective genome size needs to be adjusted accordingly. | 351 Also, if repetitive regions were not included in the mapping of reads, the effective genome size needs to be adjusted accordingly. |
365 See Table 2 of http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0030377 or http://www.nature.com/nbt/journal/v27/n1/fig_tab/nbt.1518_T1.html for several effective genome sizes."> | 352 See Table 2 of http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0030377 or http://www.nature.com/nbt/journal/v27/n1/fig_tab/nbt.1518_T1.html for several effective genome sizes."> |
366 <option value="93260000">ce10 (93260000)</option> | 353 <option value="93260000">ce10 (93260000)</option> |
367 <option value="121400000">dm3 (121400000)</option> | 354 <option value="121400000">dm3 (121400000)</option> |
368 <option value="2451960000" selected="true">hg19 (2451960000)</option> | 355 <option value="2451960000" selected="true">hg19 (2451960000)</option> |
369 <option value="2150570000">mm9 (2150570000)</option> | 356 <option value="2150570000">mm9 (2150570000)</option> |
443 | 430 |
444 <xml name="output_save_matrix_values"> | 431 <xml name="output_save_matrix_values"> |
445 <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values"> | 432 <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values"> |
446 <filter> | 433 <filter> |
447 (( | 434 (( |
448 output['showOutputSettings'] == 'yes' and | 435 output['showOutputSettings'] == 'yes' and |
449 output['saveMatrix'] is True | 436 output['saveMatrix'] is True |
450 )) | 437 )) |
451 </filter> | 438 </filter> |
452 </data> | 439 </data> |
453 </xml> | 440 </xml> |
454 | 441 |
455 <xml name="output_graphic_outputs"> | 442 <xml name="output_graphic_outputs"> |
456 <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column"> | 443 <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column"> |
457 <filter> | 444 <filter> |
458 (( | 445 (( |
459 output['showOutputSettings'] == 'yes' and | 446 output['showOutputSettings'] == 'yes' and |
460 output['saveData'] is True | 447 output['saveData'] is True |
461 )) | 448 )) |
462 </filter> | 449 </filter> |
463 </data> | 450 </data> |
464 <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions"> | 451 <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions"> |
465 <filter> | 452 <filter> |
466 (( | 453 (( |
467 output['showOutputSettings'] == 'yes' and | 454 output['showOutputSettings'] == 'yes' and |
468 output['saveSortedRegions'] is True | 455 output['saveSortedRegions'] is True |
469 )) | 456 )) |
470 </filter> | 457 </filter> |
471 </data> | 458 </data> |
472 </xml> | 459 </xml> |