comparison deepTools_macros.xml @ 0:a6fdea25d41f draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit e1fd513c18e0d5b53071d99f539ac3509ced01aa-dirty
author bgruening
date Wed, 16 Dec 2015 16:41:08 -0500
parents
children 439451971446
comparison
equal deleted inserted replaced
-1:000000000000 0:a6fdea25d41f
1 <macros>
2
3 <xml name="advancedOpt_scaffold">
4 <conditional name="advancedOpt">
5 <param name="showAdvancedOpt" type="select" label="Show advanced options" >
6 <option value="no" selected="true">no</option>
7 <option value="yes">yes</option>
8 </param>
9 <when value="no" />
10 <when value="yes">
11 <yield/>
12 </when>
13 </conditional>
14 </xml>
15
16 <token name="@ADVANCED_OPTS_READ_PROCESSING@">
17 --extendReads $advancedOpt.extendReads
18 $advancedOpt.ignoreDuplicates
19 $advancedOpt.centerReads
20 #if $advancedOpt.minMappingQuality:
21 --minMappingQuality '$advancedOpt.minMappingQuality'
22 #end if
23 #if $advancedOpt.samFlagInclude:
24 --samFlagInclude $advancedOpt.samFlagInclude
25 #end if
26 #if $advancedOpt.samFlagExclude:
27 --samFlagExclude $advancedOpt.samFlagExclude
28 #end if
29 </token>
30
31 <xml name="heatmap_options">
32 <expand macro="zMin_zMax" />
33 <expand macro="colorMap" />
34 <expand macro="plotTitle" />
35 <expand macro="plotNumbers" />
36 </xml>
37
38 <token name="@HEATMAP_OPTIONS@">
39 #if $zMin:
40 --zMin $zMin
41 #end if
42 #if $zMax:
43 --zMax $zMax
44 #end if
45 --colorMap '$colorMap'
46 $plotNumbers
47 </token>
48
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
64 <!--
65 $mode.advancedOpt.includeZeros
66
67
68 #if $plotTitle and str($plotTitle).strip() != "":
69 - -plotTitle '$plotTitle'
70 #end if
71
72
73 -->
74
75 <xml name="bigwigCorrelate_mode_actions">
76 <expand macro="region_limit_operation" />
77
78 <conditional name="advancedOpt">
79 <param name="showAdvancedOpt" type="select" label="Show advanced options" >
80 <option value="no" selected="true">no</option>
81 <option value="yes">yes</option>
82 </param>
83 <when value="no" />
84 <when value="yes">
85 <expand macro="includeZeros" />
86 <expand macro="zMin_zMax" />
87 <expand macro="colorMap" />
88 <expand macro="plotTitle" />
89 <expand macro="plotNumbers" />
90 </when>
91 </conditional>
92 </xml>
93
94 <xml name="includeZeros">
95 <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue=""
96 label="Include zeros"
97 help="If set, then regions with zero counts for *all* BAM files given are included. The default behavior is to ignore those cases." />
98 </xml>
99
100 <xml name="zMin_zMax">
101 <param argument="--zMin" type="integer" value="" optional="true" label="Minimum value for the heatmap intensities"
102 help="If not specified the value is set automatically."/>
103 <param argument="--zMax" type="integer" value="" optional="true" label="Maximum value for the heatmap intensities"
104 help="If not specified the value is set automatically."/>
105 </xml>
106
107 <xml name="region_limit_operation">
108 <param argument="--region" type="text" value=""
109 label="Region of the genome to limit the operation to"
110 help="This is useful when testing parameters to reduce the computing time. The format is chr:start:end, for example &quot;chr10&quot; or &quot;chr10:456700:891000&quot;." />
111 </xml>
112
113 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
114 <token name="@WRAPPER_VERSION@">1.5.11</token>
115 <xml name="requirements">
116 <requirements>
117 <requirement type="package" version="2.7.10">python</requirement>
118 <requirement type="binary">@BINARY@</requirement>
119 <requirement type="package" version="2.0">deepTools</requirement>
120 <yield />
121 </requirements>
122 <expand macro="stdio" />
123 <version_command>@BINARY@ --version</version_command>
124 </xml>
125
126 <xml name="smoothLength">
127 <param argument="--smoothLength" type="integer" value="" optional="True" min="1"
128 label="Smooth values using the following length (in bp)"
129 help ="The smooth length defines a window, larger than the bin size, to average the number of reads. For example, if the bin size is set to 20 bp and the smooth length is set to 60 bp, then, for each bin size the average of it and its left and right neighbors is considered. Any value smaller than the bin size will be ignored and no smoothing will be applied."/>
130 </xml>
131
132
133 <xml name="kmeans_clustering">
134 <conditional name="used_multiple_regions">
135 <param name="used_multiple_regions_options" type="select"
136 label="Did you compute the matrix with more than one groups of regions?"
137 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.">
138 <option value="yes">Yes, I used multiple groups of regions</option>
139 <option value="no">No, I used only one group</option>
140 </param>
141 <when value="no">
142 <conditional name="clustering">
143 <param name="clustering_options" type="select" label="Clustering algorithm">
144 <option value="none">No clustering</option>
145 <option value="kmeans">Kmeans clustering</option>
146 </param>
147 <when value="kmeans">
148 <param name="k_kmeans" type="integer" value="0" label="Number of clusters to compute"
149 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)."/>
150 </when>
151 <when value="none" />
152 </conditional>
153 </when>
154 <when value="yes" />
155 </conditional>
156 </xml>
157
158 <token name="@KMEANS_CLUSTERING@">
159 #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no':
160 #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans':
161 #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0:
162 --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans
163 #end if
164 #end if
165 #end if
166 </token>
167
168 <xml name="samFlags">
169 <param argument="--samFlagInclude" type="integer" optional="True" value=""
170 label="Include reads based on the SAM flag"
171 help= "For example, to get only reads that are the first mate use a flag of 64. This is useful to count properly paired reads only once, otherwise the second mate will be also considered for the coverage."/>
172 <param argument="--samFlagExclude" type="integer" optional="True" value=""
173 label="Exclude reads based on the SAM flag"
174 help= "For example, to get only reads that map to the forward strand, use --samFlagExclude 16, where 16 is the SAM flag for reads that map to the reverse strand."/>
175 </xml>
176
177 <xml name="read_processing_options">
178 <expand macro="extendReads" />
179 <expand macro="ignoreDuplicates" />
180 <expand macro="centerReads" />
181 <expand macro="minMappingQuality" />
182 <expand macro="samFlags" />
183 </xml>
184
185 <xml name="plotNumbers">
186 <param argument="--plotNumbers" type="boolean" truevalue="--plotNumbers" falsevalue=""
187 label="Plot the correlation value"
188 help="If set, then the correlation number is plotted on top of the heatmap."/>
189 </xml>
190
191 <xml name="extendReads">
192 <param argument="--extendReads" type="integer" value="" optional="True"
193 label="Extend reads to the given average fragment size"
194 help="(1) Single-end reads and singletons are extended to match this length. (2) Paired-end reads are extended to match the fragment size, regardless of what is set here.
195 By default *each* read mate is extended.
196 This can be modified using the SAM flags (see --samFlagInclude and --samFlagExclude options) to keep only the first or the second mate.
197 Unmated reads, mate reads that map on different chromosomes or too far apart are extended to the given value.
198 Reads are only extended if --extendReads is set to a value greater than the read length. *NOTE*: For spliced-read data, this option is not
199 recommended as it will extend reads over skipped regions, e.g. introns in RNA-seq data."/>
200 </xml>
201
202 <xml name="corMethod">
203 <param argument="--corMethod" type="select" label="Correlation method">
204 <option value="spearman" selected="True">Spearman</option>
205 <option value="pearson">Pearson</option>
206 </param>
207 </xml>
208
209 <xml name="distanceBetweenBins">
210 <param argument="--distanceBetweenBins" type="integer" value="0" min="0"
211 label="Distance between bins"
212 help="By default, bamCorrelate considers consecutive bins of
213 the specified 'Bin size'. However, to reduce the
214 computation time, a larger distance between bins can
215 by given. Larger distances result in less bins being
216 considered."/>
217 </xml>
218
219 <xml name="centerReads">
220 <param argument="--centerReads" type="boolean" truevalue="--centerReads" falsevalue=""
221 label="Center regions with respect to the fragment length"
222 help="For paired-end data, the read is centered at the fragment length defined by the two ends of the fragment. For single-end data, the given fragment length is used. This option is useful to get a sharper signal around enriched regions. "/>
223 </xml>
224
225 <xml name="ignoreDuplicates">
226 <param argument="--ignoreDuplicates" type="boolean" truevalue="--ignoreDuplicates" falsevalue=""
227 label="Ignore duplicates"
228 help="If set, reads that have the same orientation and start position will be considered only once. If reads are paired, the mate position also has to coincide to ignore a read." />
229 </xml>
230
231 <xml name="sortUsing">
232 <param argument="--sortUsing" type="select" label="Method used for sorting"
233 help="For each row the method is computed.">
234 <option value="mean" selected="true">mean</option>
235 <option value="median">median</option>
236 <option value="min">min</option>
237 <option value="max">max</option>
238 <option value="sum">sum</option>
239 <option value="region_length">region length</option>
240 </param>
241 </xml>
242
243 <xml name="sortRegions">
244 <param argument="--sortRegions" type="select" label="Sort regions"
245 help="Whether the heatmap should present the regions sorted. The default is to sort in descending order based on the mean value per region.">
246 <option value="no">no ordering</option>
247 <option value="descend" selected="true">descending order</option>
248 <option value="ascend">ascending order</option>
249 </param>
250 </xml>
251
252 <xml name="minMappingQuality">
253 <param argument="--minMappingQuality" type="integer" optional="true" value="1" min="1"
254 label="Minimum mapping quality"
255 help= "If set, only reads that have a mapping quality score higher than the given value are considered. *Note* Bowtie's Mapping quality is related to uniqueness: the higher the score, the more unique is a read. A mapping quality defined by Bowtie of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere."/>
256 </xml>
257
258 <xml name="skipZeros">
259 <param argument="--skipZeros" type="boolean" truevalue="--skipZeros" falsevalue=""
260 label ="Skip zeros"
261 help ="If set, then zero counts that happen for *all* BAM files given are ignored. This might have the effect that fewer regions are considered than indicated in the option where the number of samples is defined." />
262 </xml>
263
264 <xml name="fragmentLength">
265 <param argument="--fragmentLength" type="integer" value="300" min="1"
266 label="Fragment length used for the sequencing"
267 help ="If paired-end reads are used, the fragment length is computed from the BAM file."/>
268 </xml>
269
270 <xml name="scaleFactor">
271 <param argument="--scaleFactor" type="float" value="1" label="Scaling factor"
272 help="When used in combination with --normalizeTo1x or
273 --normalizeUsingRPKM, the computed scaling factor will
274 be multiplied by the given scale factor." />
275 </xml>
276
277 <xml name="scaleFactors">
278 <param name="scaleFactor1" type="float" value="1" label="Scale factor for treatment" help="(--scaleFactors)"/>
279 <param name="scaleFactor2" type="float" value="1" label="Scale factor for input" help="(--scaleFactors)"/>
280 </xml>
281
282 <xml name="stdio">
283 <stdio>
284 <exit_code range="1:" />
285 <exit_code range=":-1" />
286 <regex match="Error:" />
287 <regex match="Exception:" />
288 <regex match="EXception:" />
289 <regex match="Traceback" />
290 </stdio>
291 </xml>
292
293 <xml name="pseudocount">
294 <param argument="--pseudocount" type="float" value="1" label="Pseudocount" help="Small number to avoid dividing by zero."/>
295 </xml>
296
297 <token name="@REFERENCES@">
298
299 .. class:: infomark
300
301 For more information on the tools, please visit our `help site`_.
302
303 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com
304
305 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_.
306
307 .. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/
308 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de
309 .. _help site: https://github.com/fidelram/deepTools/wiki/
310
311 </token>
312 <xml name="citations">
313 <citations>
314 <citation type="doi">10.1093/nar/gku365</citation>
315 <yield />
316 </citations>
317 </xml>
318
319 <xml name="multiple_input_bams">
320 <param argument="--bamfiles" type="data" format="bam"
321 label="Bam file" multiple="true"
322 help="The BAM file must be sorted."/>
323 </xml>
324
325 <xml name="multiple_input_bigwigs">
326 <param argument="--bigwigfiles" type="data" format="bigwig" multiple="True"
327 label="Bigwig file"
328 help="The Bigwig file must be sorted."/>
329 </xml>
330
331 <xml name="plotTitle">
332 <param argument="--plotTitle" type="text" value="" size="30" optional="True"
333 label="Title of the plot"
334 help="Title of the plot, to be printed on top of the generated image." />
335 </xml>
336
337 <token name="@multiple_input_bams@">
338 <![CDATA[
339 #set files=[]
340 #set labels=[]
341 #for $counter, $bamfile in enumerate($bamfiles):
342 ln -s "${bamfile}" "./${counter}.bam" &&
343 ln -s "${bamfile.metadata.bam_index}" "./${counter}.bam.bai" &&
344 #silent $files.append('%s.bam' % $counter)
345 #silent $labels.append('%s' % ($bamfile.display_name))
346 #end for
347 ]]>
348 </token>
349
350 <token name="@multiple_input_bigwigs@">
351 <![CDATA[
352 #set files=[]
353 #set labels=[]
354 #for $counter, $bigwig in enumerate($bigwigfiles):
355 ln -s "${bigwig}" "${counter}.bw" &&
356 #silent $files.append('%s.bw' % $counter)
357 #silent $labels.append('%s' % ($bigwig.display_name))
358 #end for
359 ]]>
360 </token>
361
362 <xml name="reference_genome_source">
363 <conditional name="source">
364 <param name="ref_source" type="select" label="Reference genome">
365 <option value="cached">locally cached</option>
366 <option value="history">in your history</option>
367 </param>
368 <when value="cached">
369 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
370 <options from_data_table="lastz_seqs">
371 <filter type="sort_by" column="1" />
372 <validator type="no_options" message="No indexes are available." />
373 </options>
374 </param>
375 </when>
376 <when value="history">
377 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" />
378 </when>
379 </conditional>
380 </xml>
381
382 <token name="@reference_genome_source@">
383 #if $source.ref_source=="history":
384 --genome $source.input1
385 #else:
386 --genome "${source.input1_2bit.fields.path}"
387 #end if
388 </token>
389
390 <xml name="effectiveGenomeSize">
391 <conditional name="effectiveGenomeSize">
392 <param name="effectiveGenomeSize_opt" type="select" label="Effective genome size"
393 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.
394 Also, if repetitive regions were not included in the mapping of reads, the effective genome size needs to be adjusted accordingly.
395 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.">
396 <option value="93260000">ce10 (93260000)</option>
397 <option value="121400000">dm3 (121400000)</option>
398 <option value="2451960000" selected="true">hg19 (2451960000)</option>
399 <option value="2150570000">mm9 (2150570000)</option>
400 <option value="specific">user specified</option>
401 </param>
402 <when value="specific">
403 <param argument="--effectiveGenomeSize" type="integer" value="" label="Effective genome size" help="e.g. ce10: 93260000, dm3: 121400000, hg19: 2451960000, mm9: 2150570000"/>
404 </when>
405 <when value="2150570000" />
406 <when value="2451960000" />
407 <when value="121400000" />
408 <when value="93260000" />
409 </conditional>
410 </xml>
411
412 <xml name="image_file_format">
413 <param argument="--outFileFormat" type="select" label="Image file format">
414 <option value="png" selected="true">png</option>
415 <option value="pdf">pdf</option>
416 <option value="svg">svg</option>
417 <option value="eps">eps</option>
418 </param>
419 </xml>
420
421 <xml name="keepNAs">
422 <param argument="--keepNAs" type="boolean" truevalue="--keepNAs" falsevalue="" checked="False"
423 label="Treat missing data as zero"
424 help="If set, missing data (NAs) will be treated as zeros.
425 The default is to ignore missing data and not included
426 in the output file. Missing data is defined as those
427 bins for which no overlapping reads are found." />
428 </xml>
429
430 <xml name="input_save_matrix_values">
431 <param argument="--saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/>
432 </xml>
433
434 <xml name="input_graphic_output_settings">
435 <conditional name="output" >
436 <param name="showOutputSettings" type="select" label="Show advanced output settings" >
437 <option value="no" selected="true">no</option>
438 <option value="yes">yes</option>
439 </param>
440 <when value="no" />
441 <when value="yes">
442 <yield />
443 <param name="saveData" type="boolean" label="Save the data underlying the average profile"/>
444 <param name="saveSortedRegions" type="boolean" label="Save the regions after skipping zeros or min/max threshold values" help="The order of the regions in the file follows the sorting order selected. This is useful, for example, to generate other heatmaps keeping the sorting of the first heatmap."/>
445 </when>
446 </conditional>
447 </xml>
448
449 <xml name="input_image_file_format">
450 <param name="outFileFormat" type="select" label="Image file format">
451 <option value="png" selected="true">png</option>
452 <option value="pdf">pdf</option>
453 <option value="svg">svg</option>
454 <option value="eps">eps</option>
455 <option value="emf">emf</option>
456 </param>
457 </xml>
458
459 <xml name="output_image_file_format">
460 <data format="png" name="outFileName" label="${tool.name} image">
461 <change_format>
462 <when input="output.outFileFormat" value="pdf" format="pdf" />
463 <when input="output.outFileFormat" value="svg" format="svg" />
464 <when input="output.outFileFormat" value="eps" format="eps" />
465 <when input="output.outFileFormat" value="emf" format="emf" />
466 </change_format>
467 </data>
468 </xml>
469
470 <xml name="output_save_matrix_values">
471 <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values">
472 <filter>
473 ((
474 output['showOutputSettings'] == 'yes' and
475 output['saveMatrix'] is True
476 ))
477 </filter>
478 </data>
479 </xml>
480
481 <xml name="output_graphic_outputs">
482 <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column">
483 <filter>
484 ((
485 output['showOutputSettings'] == 'yes' and
486 output['saveData'] is True
487 ))
488 </filter>
489 </data>
490 <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions">
491 <filter>
492 ((
493 output['showOutputSettings'] == 'yes' and
494 output['saveSortedRegions'] is True
495 ))
496 </filter>
497 </data>
498 </xml>
499
500 <xml name="colorMap">
501 <param name="colorMap" type="select" label="Color map to use for the heatmap" help=" Available color map names can be found here: http://www.astro.lsa.umich.edu/~msshin/science/code/matplotlib_cm/">
502 <option value="RdYlBu" selected="true">RdYlBu</option>
503 <option value="Accent">Accent</option>
504 <option value="Spectral">Spectral</option>
505 <option value="Set1">Set1</option>
506 <option value="Set2">Set2</option>
507 <option value="Set3">Set3</option>
508 <option value="Dark2">Dark2</option>
509 <option value="Reds">Reds</option>
510 <option value="Oranges">Oranges</option>
511 <option value="Greens">Greens</option>
512 <option value="Blues">Blues</option>
513 <option value="Greys">Greys</option>
514 <option value="Purples">Purples</option>
515 <option value="Paired">Paired</option>
516 <option value="Pastel1">Pastel1</option>
517 <option value="Pastel2">Pastel2</option>
518 <option value="spring">spring</option>
519 <option value="summer">summer</option>
520 <option value="autumn">autumn</option>
521 <option value="winter">winter</option>
522 <option value="hot">hot</option>
523 <option value="coolwarm">coolwarm</option>
524 <option value="cool">cool</option>
525 <option value="seismic">seismic</option>
526 <option value="terrain">terrain</option>
527 <option value="ocean">ocean</option>
528 <option value="rainbow">rainbow</option>
529 <option value="bone">bone</option>
530 <option value="flag">flag</option>
531 <option value="prism">prism</option>
532 <option value="cubehelix">cubehelix</option>
533 <option value="binary">binary</option>
534 <option value="pink">pink</option>
535 <option value="gray">gray</option>
536 <option value="copper">copper</option>
537 <option value="BrBG">BrBG</option>
538 <option value="BuGn">BuGn</option>
539 <option value="BuPu">BuPu</option>
540 <option value="GnBu">GnBu</option>
541 <option value="OrRd">OrRd</option>
542 <option value="PiYG">PiYG</option>
543 <option value="PRGn">PRGn</option>
544 <option value="PuOr">PuOr</option>
545 <option value="PuRd">PuRd</option>
546 <option value="PuBu">PuBu</option>
547 <option value="RdBu">RdBu</option>
548 <option value="RdGy">RdGy</option>
549 <option value="RdPu">RdPu</option>
550 <option value="YlGn">YlGn</option>
551 <option value="PuBuGn">PuBuGn</option>
552 <option value="RdYlGn">RdYlGn</option>
553 <option value="YlGnBu">YlGnBu</option>
554 <option value="YlOrBr">YlOrBr</option>
555 <option value="YlOrRd">YlOrRd</option>
556 <option value="gist_gray">gist_gray</option>
557 <option value="gist_stern">gist_stern</option>
558 <option value="gist_earth">gist_earth</option>
559 <option value="gist_yarg">gist_yarg</option>
560 <option value="gist_ncar">gist_ncar</option>
561 <option value="gist_rainbow">gist_rainbow</option>
562 <option value="gist_heat">gist_heat</option>
563 <option value="gnuplot">gnuplot</option>
564 <option value="gnuplot2">gnuplot2</option>
565 <option value="CMRmap">CMRmap</option>
566 <option value="bwr">bwr</option>
567 <option value="hsv">hsv</option>
568 <option value="brg">brg</option>
569 <option value="jet">jet</option>
570 <option value="afmhot">afmhot</option>
571 <option value="Accent_r">Accent reversed</option>
572 <option value="Spectral_r">Spectral reversed</option>
573 <option value="Set1_r">Set1 reversed</option>
574 <option value="Set2_r">Set2 reversed</option>
575 <option value="Set3_r">Set3 reversed</option>
576 <option value="Dark2_r">Dark2 reversed</option>
577 <option value="Reds_r">Reds reversed</option>
578 <option value="Oranges_r">Oranges reversed</option>
579 <option value="Greens_r">Greens reversed</option>
580 <option value="Blues_r">Blues reversed</option>
581 <option value="Greys_r">Greys reversed</option>
582 <option value="Purples_r">Purples reversed</option>
583 <option value="Paired_r">Paired reversed</option>
584 <option value="Pastel1_r">Pastel1 reversed</option>
585 <option value="Pastel2_r">Pastel2 reversed</option>
586 <option value="spring_r">spring reversed</option>
587 <option value="summer_r">summer reversed</option>
588 <option value="autumn_r">autumn reversed</option>
589 <option value="winter_r">winter reversed</option>
590 <option value="hot_r">hot reversed</option>
591 <option value="coolwarm_r">coolwarm reversed</option>
592 <option value="cool_r">cool reversed</option>
593 <option value="seismic_r">seismic reversed</option>
594 <option value="terrain_r">terrain reversed</option>
595 <option value="ocean_r">ocean reversed</option>
596 <option value="rainbow_r">rainbow reversed</option>
597 <option value="bone_r">bone reversed</option>
598 <option value="flag_r">flag reversed</option>
599 <option value="prism_r">prism reversed</option>
600 <option value="cubehelix_r">cubehelix reversed</option>
601 <option value="binary_r">binary reversed</option>
602 <option value="pink_r">pink reversed</option>
603 <option value="gray_r">gray reversed</option>
604 <option value="copper_r">copper reversed</option>
605 <option value="BrBG_r">BrBG reversed</option>
606 <option value="BuGn_r">BuGn reversed</option>
607 <option value="BuPu_r">BuPu reversed</option>
608 <option value="GnBu_r">GnBu reversed</option>
609 <option value="OrRd_r">OrRd reversed</option>
610 <option value="PiYG_r">PiYG reversed</option>
611 <option value="PRGn_r">PRGn reversed</option>
612 <option value="PuOr_r">PuOr reversed</option>
613 <option value="PuRd_r">PuRd reversed</option>
614 <option value="PuBu_r">PuBu reversed</option>
615 <option value="RdBu_r">RdBu reversed</option>
616 <option value="RdGy_r">RdGy reversed</option>
617 <option value="RdPu_r">RdPu reversed</option>
618 <option value="YlGn_r">YlGn reversed</option>
619 <option value="PuBuGn_r">PuBuGn reversed</option>
620 <option value="RdYlBu_r">RdYlBu reversed</option>
621 <option value="RdYlGn_r">RdYlGn reversed</option>
622 <option value="YlGnBu_r">YlGnBu reversed</option>
623 <option value="YlOrBr_r">YlOrBr reversed</option>
624 <option value="YlOrRd_r">YlOrRd reversed</option>
625 <option value="gist_gray_r">gist_gray reversed</option>
626 <option value="gist_stern_r">gist_stern reversed</option>
627 <option value="gist_earth_r">gist_earth reversed</option>
628 <option value="gist_yarg_r">gist_yarg reversed</option>
629 <option value="gist_ncar_r">gist_ncar reversed</option>
630 <option value="gist_rainbow_r">gist_rainbow reversed</option>
631 <option value="gist_heat_r">gist_heat reversed</option>
632 <option value="gnuplot_r">gnuplot reversed</option>
633 <option value="gnuplot2_r">gnuplot2 reversed</option>
634 <option value="CMRmap_r">CMRmap reversed</option>
635 <option value="bwr_r">bwr reversed</option>
636 <option value="hsv_r">hsv reversed</option>
637 <option value="brg_r">brg reversed</option>
638 <option value="jet_r">jet reversed</option>
639 <option value="afmhot_r">afmhot reversed</option>
640 </param>
641
642 </xml>
643
644 </macros>