comparison macros.xml @ 0:4aa65933bc9b draft

planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 6a4d8b48a6504eacbb9ed7228f77117fa759286d-dirty
author bgruening
date Sun, 09 Oct 2016 17:35:43 -0400
parents
children 0ef2a42eca43
comparison
equal deleted inserted replaced
-1:000000000000 0:4aa65933bc9b
1 <macros>
2 <xml name="stdio">
3 <stdio>
4 <exit_code range="1:" />
5 <exit_code range=":-1" />
6 <regex match="Error:" />
7 <regex match="Exception:" />
8 <regex match="EXception:" />
9 <regex match="Traceback" />
10 </stdio>
11 </xml>
12
13 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
14 <token name="@WRAPPER_VERSION@">1.2</token>
15 <xml name="requirements">
16 <requirements>
17 <requirement type="package" version="@WRAPPER_VERSION@">hicexplorer</requirement>
18 <yield />
19 </requirements>
20 <expand macro="stdio" />
21 <version_command>@BINARY@ --version</version_command>
22 </xml>
23
24 <xml name="citations">
25 <citations>
26 <citation type="doi">10.5281/zenodo.159780</citation>
27 <yield />
28 </citations>
29 </xml>
30
31 <xml name="zMax">
32 <param argument="--zMax" name="zMax" type="float" optional="true" label="zMax for 3D plot"/> <!-- this should only be enabled when both or 3d is selected for param whatToShow -->
33 </xml>
34
35 <xml name="colormap">
36 <param argument="--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/">
37 <option value="RdYlBu" selected="true">RdYlBu</option>
38 <option value="Accent">Accent</option>
39 <option value="Spectral">Spectral</option>
40 <option value="Set1">Set1</option>
41 <option value="Set2">Set2</option>
42 <option value="Set3">Set3</option>
43 <option value="Dark2">Dark2</option>
44 <option value="Reds">Reds</option>
45 <option value="Oranges">Oranges</option>
46 <option value="Greens">Greens</option>
47 <option value="Blues">Blues</option>
48 <option value="Greys">Greys</option>
49 <option value="Purples">Purples</option>
50 <option value="Paired">Paired</option>
51 <option value="Pastel1">Pastel1</option>
52 <option value="Pastel2">Pastel2</option>
53 <option value="spring">spring</option>
54 <option value="summer">summer</option>
55 <option value="autumn">autumn</option>
56 <option value="winter">winter</option>
57 <option value="hot">hot</option>
58 <option value="coolwarm">coolwarm</option>
59 <option value="cool">cool</option>
60 <option value="seismic">seismic</option>
61 <option value="terrain">terrain</option>
62 <option value="ocean">ocean</option>
63 <option value="rainbow">rainbow</option>
64 <option value="bone">bone</option>
65 <option value="flag">flag</option>
66 <option value="prism">prism</option>
67 <option value="cubehelix">cubehelix</option>
68 <option value="binary">binary</option>
69 <option value="pink">pink</option>
70 <option value="gray">gray</option>
71 <option value="copper">copper</option>
72 <option value="BrBG">BrBG</option>
73 <option value="BuGn">BuGn</option>
74 <option value="BuPu">BuPu</option>
75 <option value="GnBu">GnBu</option>
76 <option value="OrRd">OrRd</option>
77 <option value="PiYG">PiYG</option>
78 <option value="PRGn">PRGn</option>
79 <option value="PuOr">PuOr</option>
80 <option value="PuRd">PuRd</option>
81 <option value="PuBu">PuBu</option>
82 <option value="RdBu">RdBu</option>
83 <option value="RdGy">RdGy</option>
84 <option value="RdPu">RdPu</option>
85 <option value="YlGn">YlGn</option>
86 <option value="PuBuGn">PuBuGn</option>
87 <option value="RdYlGn">RdYlGn</option>
88 <option value="YlGnBu">YlGnBu</option>
89 <option value="YlOrBr">YlOrBr</option>
90 <option value="YlOrRd">YlOrRd</option>
91 <option value="gist_gray">gist_gray</option>
92 <option value="gist_stern">gist_stern</option>
93 <option value="gist_earth">gist_earth</option>
94 <option value="gist_yarg">gist_yarg</option>
95 <option value="gist_ncar">gist_ncar</option>
96 <option value="gist_rainbow">gist_rainbow</option>
97 <option value="gist_heat">gist_heat</option>
98 <option value="gnuplot">gnuplot</option>
99 <option value="gnuplot2">gnuplot2</option>
100 <option value="CMRmap">CMRmap</option>
101 <option value="bwr">bwr</option>
102 <option value="hsv">hsv</option>
103 <option value="brg">brg</option>
104 <option value="jet">jet</option>
105 <option value="afmhot">afmhot</option>
106 <option value="Accent_r">Accent reversed</option>
107 <option value="Spectral_r">Spectral reversed</option>
108 <option value="Set1_r">Set1 reversed</option>
109 <option value="Set2_r">Set2 reversed</option>
110 <option value="Set3_r">Set3 reversed</option>
111 <option value="Dark2_r">Dark2 reversed</option>
112 <option value="Reds_r">Reds reversed</option>
113 <option value="Oranges_r">Oranges reversed</option>
114 <option value="Greens_r">Greens reversed</option>
115 <option value="Blues_r">Blues reversed</option>
116 <option value="Greys_r">Greys reversed</option>
117 <option value="Purples_r">Purples reversed</option>
118 <option value="Paired_r">Paired reversed</option>
119 <option value="Pastel1_r">Pastel1 reversed</option>
120 <option value="Pastel2_r">Pastel2 reversed</option>
121 <option value="spring_r">spring reversed</option>
122 <option value="summer_r">summer reversed</option>
123 <option value="autumn_r">autumn reversed</option>
124 <option value="winter_r">winter reversed</option>
125 <option value="hot_r">hot reversed</option>
126 <option value="coolwarm_r">coolwarm reversed</option>
127 <option value="cool_r">cool reversed</option>
128 <option value="seismic_r">seismic reversed</option>
129 <option value="terrain_r">terrain reversed</option>
130 <option value="ocean_r">ocean reversed</option>
131 <option value="rainbow_r">rainbow reversed</option>
132 <option value="bone_r">bone reversed</option>
133 <option value="flag_r">flag reversed</option>
134 <option value="prism_r">prism reversed</option>
135 <option value="cubehelix_r">cubehelix reversed</option>
136 <option value="binary_r">binary reversed</option>
137 <option value="pink_r">pink reversed</option>
138 <option value="gray_r">gray reversed</option>
139 <option value="copper_r">copper reversed</option>
140 <option value="BrBG_r">BrBG reversed</option>
141 <option value="BuGn_r">BuGn reversed</option>
142 <option value="BuPu_r">BuPu reversed</option>
143 <option value="GnBu_r">GnBu reversed</option>
144 <option value="OrRd_r">OrRd reversed</option>
145 <option value="PiYG_r">PiYG reversed</option>
146 <option value="PRGn_r">PRGn reversed</option>
147 <option value="PuOr_r">PuOr reversed</option>
148 <option value="PuRd_r">PuRd reversed</option>
149 <option value="PuBu_r">PuBu reversed</option>
150 <option value="RdBu_r">RdBu reversed</option>
151 <option value="RdGy_r">RdGy reversed</option>
152 <option value="RdPu_r">RdPu reversed</option>
153 <option value="YlGn_r">YlGn reversed</option>
154 <option value="PuBuGn_r">PuBuGn reversed</option>
155 <option value="RdYlBu_r">RdYlBu reversed</option>
156 <option value="RdYlGn_r">RdYlGn reversed</option>
157 <option value="YlGnBu_r">YlGnBu reversed</option>
158 <option value="YlOrBr_r">YlOrBr reversed</option>
159 <option value="YlOrRd_r">YlOrRd reversed</option>
160 <option value="gist_gray_r">gist_gray reversed</option>
161 <option value="gist_stern_r">gist_stern reversed</option>
162 <option value="gist_earth_r">gist_earth reversed</option>
163 <option value="gist_yarg_r">gist_yarg reversed</option>
164 <option value="gist_ncar_r">gist_ncar reversed</option>
165 <option value="gist_rainbow_r">gist_rainbow reversed</option>
166 <option value="gist_heat_r">gist_heat reversed</option>
167 <option value="gnuplot_r">gnuplot reversed</option>
168 <option value="gnuplot2_r">gnuplot2 reversed</option>
169 <option value="CMRmap_r">CMRmap reversed</option>
170 <option value="bwr_r">bwr reversed</option>
171 <option value="hsv_r">hsv reversed</option>
172 <option value="brg_r">brg reversed</option>
173 <option value="jet_r">jet reversed</option>
174 <option value="afmhot_r">afmhot reversed</option>
175 </param>
176 </xml>
177
178
179 <xml name="multiple_input_matrices">
180 <repeat name="input_files" title="HiC Matrix files" min="2">
181 <param name="matrix" type="data" format="h5"
182 label="HiC Matrix file"
183 help=""/>
184 <param name="mlabel" type="text" size="30" optional="true" value=""
185 label="Label"
186 help="Label to use in the output. If not given the dataset name will be used instead."/>
187 </repeat>
188 </xml>
189
190 <token name="@multiple_input_matrices@">
191 #set $matrices = []
192 #set $mlabels = []
193 #for $counter, $i in enumerate($input_files):
194 ln -s $i.matrix #echo str($counter)+'.npz.h5'#;
195 #silent $matrices.append( '%s.npz.h5' % $counter )
196
197 #if str($i.mlabel.value) != "":
198 #set $mlabels += ['"%s"' % ($i.mlabel.value)]
199 #else
200 #set $mlabels += ['"%s"' % ($i.matrix.name)]
201 #end if
202 #end for
203 #set $mlabels = ' '.join($mlabels)
204 #set $matrices = ' '.join($matrices)
205 </token>
206
207
208 <xml name="region">
209 <param name="region" type="text" label="Region of the genome to limit the operation"
210 help="The format is chr:start-end. Also valid is just to specify a chromosome, for example chr10:10-500" argument="--region"/>
211 </xml>
212
213
214
215 <xml name="kmeans_clustering">
216 <conditional name="used_multiple_regions">
217 <param name="used_multiple_regions_options" type="select"
218 label="Did you compute the matrix with more than one groups of regions?"
219 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.">
220 <option value="yes">Yes, I used multiple groups of regions</option>
221 <option value="no">No, I used only one group</option>
222 </param>
223 <when value="no">
224 <conditional name="clustering">
225 <param name="clustering_options" type="select" label="Clustering algorithm">
226 <option value="none">No clustering</option>
227 <option value="kmeans">Kmeans clustering</option>
228 </param>
229 <when value="kmeans">
230 <param name="k_kmeans" type="integer" value="0" label="Number of clusters to compute"
231 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)."/>
232 </when>
233 <when value="none" />
234 </conditional>
235 </when>
236 <when value="yes" />
237 </conditional>
238 </xml>
239
240 <token name="@KMEANS_CLUSTERING@">
241 #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no':
242 #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans':
243 #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0:
244 --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans
245 #end if
246 #end if
247 #end if
248 </token>
249
250 <xml name="samFlag">
251 <param name="samFlag" type="integer" optional="true" value=""
252 label="Filter reads based on the SAM flag"
253 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. (--samFlag)"/>
254 </xml>
255 <xml name="plotNumbers">
256 <param name="plotNumbers" type="boolean" truevalue="--plotNumbers" falsevalue=""
257 label="Plot the correlation value"
258 help="If set, then the correlation number is plotted on top of the heatmap. (--plotNumbers)"/>
259 </xml>
260 <xml name="doNotExtendPairedEnds">
261 <param name="doNotExtendPairedEnds" type="boolean" truevalue="--doNotExtendPairedEnds" falsevalue=""
262 label="Do not extend paired ends"
263 help="If set, reads are not extended to match the fragment length reported in the BAM file, instead they will be extended to match the fragment length. Default is to extend the reads if paired end information is available. (--doNotExtendPairedEnds)"/>
264 </xml>
265
266 <xml name="ignoreDuplicates">
267 <param name="ignoreDuplicates" type="boolean" truevalue="--ignoreDuplicates" falsevalue=""
268 label="Ignore duplicates"
269 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. (--ignoreDuplicates)" />
270 </xml>
271
272 <xml name="minMappingQuality">
273 <param argument="--minMappingQuality" type="integer" optional="true" value="1" min="1"
274 label="Minimum mapping quality"
275 help= "If set, only reads that have a mapping quality score higher than the given value are considered.
276 *Note* Bowtie's Mapping quality is related to uniqueness: the higher the score, the more unique is a read.
277 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."/>
278 </xml>
279
280 <xml name="skipZeros">
281 <param name="skipZeros" type="boolean" truevalue="--skipZeros" falsevalue=""
282 label ="Skip zeros"
283 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. (--skipZeros)" />
284 </xml>
285
286 <xml name="fragmentLength">
287 <param name="fragmentLength" type="integer" value="300" min="1"
288 label="Fragment length used for the sequencing"
289 help ="If paired-end reads are used, the fragment length is computed from the BAM file. (--fragmentLength)"/>
290 </xml>
291
292 <xml name="scaleFactor">
293 <param name="scaleFactor1" type="float" value="1" label="Scale factor for treatment" help="(--scaleFactors)"/>
294 <param name="scaleFactor2" type="float" value="1" label="Scale factor for input" help="(--scaleFactors)"/>
295 </xml>
296
297 <xml name="xMax">
298 <param argument="--xMax" name="xMax" type="integer" optional="true" value=""
299 label="Max value for the x-axis in counts per bin" />
300 </xml>
301
302 <xml name="filterThreshold">
303 <param argument="--filterThreshold" name="filterThreshold_low" type="float" value="-1.5"
304 label="Remove bins of low coverage" help="e.g. -1.5; Both Thresholds needs to be set to take effect."/>
305
306 <param argument="--filterThreshold" name="filterThreshold_large" type="float" value="5.0"
307 label="Remove bins of large coverage" help="e.g. 5; Both Thresholds needs to be set to take effect."/>
308 </xml>
309
310
311 <xml name="pseudocount">
312 <param name="pseudocount" type="float" value="1" label="Pseudocount" help="Small number to avoid dividing by zero."/>
313 </xml>
314
315 <token name="@REFERENCES@">
316
317 .. class:: infomark
318
319 For more information on the tools, please visit our `help site`_.
320
321 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com
322
323 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_.
324
325 .. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/
326 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de
327 .. _help site: https://github.com/fidelram/deepTools/wiki/
328
329 </token>
330
331
332 <xml name="multiple_input_bams">
333 <repeat name="input_files" title="BAM files" min="2">
334 <param name="bamfile" type="data" format="bam"
335 label="Bam file"
336 help="The BAM file must be sorted."/>
337 <param name="label" type="text" size="30" optional="true" value=""
338 label="Label"
339 help="Label to use in the output. If not given the dataset name will be used instead."/>
340 </repeat>
341 </xml>
342
343 <xml name="multiple_input_bigwigs">
344 <repeat name="input_files" title="BigWig files" min="2">
345 <param name="bigwigfile" type="data" format="bigwig"
346 label="Bigwig file"
347 help="The Bigwig file must be sorted."/>
348 <param name="label" type="text" size="30" optional="true" value=""
349 label="Label"
350 help="Label to use in the output. If not given the dataset name will be used instead."/>
351 </repeat>
352 </xml>
353
354 <xml name="plotTitle">
355 <param name="plotTitle" type="text" value="" size="30" optional="True"
356 label="Title of the plot"
357 help="Title of the plot, to be printed on top of the generated image. (--plotTitle)" />
358 </xml>
359
360 <token name="@multiple_input_bams@">
361 #import tempfile
362 #set $temp_dir = os.path.abspath(tempfile.mkdtemp())
363 #set files=[]
364 #set labels=[]
365 #for $i in $input_files:
366 #set $temp_input_handle = tempfile.NamedTemporaryFile( dir=$temp_dir )
367 #set $temp_input_path = $temp_input_handle.name
368 #silent $temp_input_handle.close()
369 #silent os.system("ln -s %s %s.bam" % (str($i.bamfile), $temp_input_path))
370 #silent os.system("ln -s %s %s.bam.bai" % (str($i.bamfile.metadata.bam_index), $temp_input_path))
371 #silent $files.append('%s.bam' % $temp_input_path)
372
373 ##set $files += [str($i.bamfile)]
374 #if str($i.label.value) != "":
375 #set $labels += ["\"%s\"" % ($i.label.value)]
376 #else
377 #set $labels += ["\"%s\"" % ($i.bamfile.name)]
378 #end if
379 #end for
380 </token>
381
382 <token name="@multiple_input_bigwigs@">
383 #import tempfile
384 #set $temp_dir = os.path.abspath(tempfile.mkdtemp())
385 #set files=[]
386 #set labels=[]
387 #for $i in $input_files:
388 #set $temp_input_handle = tempfile.NamedTemporaryFile( dir=$temp_dir )
389 #set $temp_input_path = $temp_input_handle.name
390 #silent $temp_input_handle.close()
391 #silent os.system("ln -s %s %s.bw" % (str($i.bigwigfile), $temp_input_path))
392 #silent $files.append('%s.bw' % $temp_input_path)
393
394 ##set $files += [str($i.bigwigfile)]
395 #if str($i.label.value) != "":
396 #set $labels += ["\"%s\"" % ($i.label.value)]
397 #else
398 #set $labels += ["\"%s\"" % ($i.bigwigfile.name)]
399 #end if
400 #end for
401 </token>
402
403 <xml name="reference_genome_source">
404 <conditional name="source">
405 <param name="ref_source" type="select" label="Reference genome">
406 <option value="cached">locally cached</option>
407 <option value="history">in your history</option>
408 </param>
409 <when value="cached">
410 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
411 <options from_data_table="deepTools_seqs">
412 <filter type="sort_by" column="1" />
413 <validator type="no_options" message="No indexes are available." />
414 </options>
415 </param>
416 </when>
417 <when value="history">
418 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" />
419 </when>
420 </conditional>
421 </xml>
422
423 <token name="@reference_genome_source@">
424 #if $source.ref_source=="history":
425 --genome $source.input1
426 #else:
427 --genome "${source.input1_2bit.fields.path}"
428 #end if
429 </token>
430
431 <xml name="effectiveGenomeSize">
432 <conditional name="effectiveGenomeSize">
433 <param name="effectiveGenomeSize_opt" type="select" label="Effective genome size"
434 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.
435 Also, if repetitive regions were not included in the mapping of reads, the effective genome size needs to be adjusted accordingly.
436 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.">
437 <option value="93260000">ce10 (93260000)</option>
438 <option value="121400000">dm3 (121400000)</option>
439 <option value="2451960000" selected="true">hg19 (2451960000)</option>
440 <option value="2150570000">mm9 (2150570000)</option>
441 <option value="specific">user specified</option>
442 </param>
443 <when value="specific">
444 <param name="effectiveGenomeSize" type="integer" value="" label="Effective genome size" help="e.g. ce10: 93260000, dm3: 121400000, hg19: 2451960000, mm9: 2150570000"/>
445 </when>
446 <when value="2150570000" />
447 <when value="2451960000" />
448 <when value="121400000" />
449 <when value="93260000" />
450 </conditional>
451 </xml>
452
453 <xml name="image_file_format">
454 <param name="outFileFormat" type="select" label="Image file format">
455 <option value="png" selected="true">png</option>
456 <option value="pdf">pdf</option>
457 <option value="svg">svg</option>
458 <option value="eps">eps</option>
459 <option value="emf">emf</option>
460 </param>
461 </xml>
462
463 <xml name="missingDataAsZero">
464 <param name="missingDataAsZero" type="boolean" truevalue="yes" falsevalue="no" checked="True"
465 label ="Treat missing data as zero"
466 help ="This parameter determines if missing data should be treated as zeros. If unchecked, missing data will be ignored and not included in the output file. Missing data is defined as those regions for which both BAM files have 0 reads." />
467 </xml>
468
469 <xml name="input_save_matrix_values">
470 <param name="saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/>
471 </xml>
472
473 <xml name="input_graphic_output_settings">
474 <conditional name="output" >
475 <param name="showOutputSettings" type="select" label="Show advanced output settings" >
476 <option value="no" selected="true">no</option>
477 <option value="yes">yes</option>
478 </param>
479 <when value="no" />
480 <when value="yes">
481 <yield />
482 <param name="saveData" type="boolean" label="Save the data underlying the average profile"/>
483 <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."/>
484 </when>
485 </conditional>
486 </xml>
487
488 <xml name="input_image_file_format">
489 <param name="outFileFormat" type="select" label="Image file format">
490 <option value="png" selected="true">png</option>
491 <option value="pdf">pdf</option>
492 <option value="svg">svg</option>
493 <option value="eps">eps</option>
494 <option value="emf">emf</option>
495 </param>
496 </xml>
497
498 <xml name="output_image_file_format">
499 <data format="png" name="outFileName" label="${tool.name} image">
500 <change_format>
501 <when input="output.outFileFormat" value="pdf" format="pdf" />
502 <when input="output.outFileFormat" value="svg" format="svg" />
503 <when input="output.outFileFormat" value="eps" format="eps" />
504 <when input="output.outFileFormat" value="emf" format="emf" />
505 </change_format>
506 </data>
507 </xml>
508
509 <xml name="output_save_matrix_values">
510 <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values">
511 <filter>
512 ((
513 output['showOutputSettings'] == 'yes' and
514 output['saveMatrix'] is True
515 ))
516 </filter>
517 </data>
518 </xml>
519
520 <xml name="output_graphic_outputs">
521 <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column">
522 <filter>
523 ((
524 output['showOutputSettings'] == 'yes' and
525 output['saveData'] is True
526 ))
527 </filter>
528 </data>
529 <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions">
530 <filter>
531 ((
532 output['showOutputSettings'] == 'yes' and
533 output['saveSortedRegions'] is True
534 ))
535 </filter>
536 </data>
537 </xml>
538
539
540
541 </macros>