comparison deepTools_macros.xml @ 1:ba41cc8bb789 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4fc171a2e9d37ef865695a04ff1b12068d8fe427
author bgruening
date Fri, 18 Dec 2015 08:02:07 -0500
parents 506970788461
children 2c7ef70dedb7
comparison
equal deleted inserted replaced
0:506970788461 1:ba41cc8bb789
59 <param name="saveRawCounts" type="boolean" label="Save the bin counts"/> 59 <param name="saveRawCounts" type="boolean" label="Save the bin counts"/>
60 <param name="saveCorMatrix" type="boolean" label="Save the correlation matrix"/> 60 <param name="saveCorMatrix" type="boolean" label="Save the correlation matrix"/>
61 </when> 61 </when>
62 </conditional> 62 </conditional>
63 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"> 64 <xml name="includeZeros">
95 <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue="" 65 <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue=""
96 label="Include zeros" 66 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." /> 67 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> 68 </xml>
109 label="Region of the genome to limit the operation to" 79 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;." /> 80 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> 81 </xml>
112 82
113 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> 83 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
114 <token name="@WRAPPER_VERSION@">1.5.11</token> 84 <token name="@WRAPPER_VERSION@">2.0.0</token>
115 <xml name="requirements"> 85 <xml name="requirements">
116 <requirements> 86 <requirements>
117 <requirement type="package" version="2.7.10">python</requirement> 87 <requirement type="package" version="2.7.10">python</requirement>
118 <requirement type="binary">@BINARY@</requirement> 88 <requirement type="binary">@BINARY@</requirement>
119 <requirement type="package" version="2.0">deepTools</requirement> 89 <requirement type="package" version="2.0">deepTools</requirement>
416 <option value="svg">svg</option> 386 <option value="svg">svg</option>
417 <option value="eps">eps</option> 387 <option value="eps">eps</option>
418 </param> 388 </param>
419 </xml> 389 </xml>
420 390
421 <xml name="keepNAs"> 391 <xml name="skipNAs">
422 <param argument="--keepNAs" type="boolean" truevalue="--keepNAs" falsevalue="" checked="False" 392 <param argument="--skipNAs" type="boolean" truevalue="--skipNAs" falsevalue="" checked="False"
423 label="Treat missing data as zero" 393 label="Ignore missing data?"
424 help="If set, missing data (NAs) will be treated as zeros. 394 help="This parameter determines if non-covered regions
425 The default is to ignore missing data and not included 395 (regions without overlapping reads) in a bam/bigWig file
426 in the output file. Missing data is defined as those 396 should be skipped. The default is to treat those
427 bins for which no overlapping reads are found." /> 397 regions as having a value of zero. The decision to
398 skip non-covered regions depends on the interpretation
399 of the data. Non-covered regions may represent for
400 example repetitive regions that want to be skipped.
401 (default: False)" />
428 </xml> 402 </xml>
429 403
430 <xml name="input_save_matrix_values"> 404 <xml name="input_save_matrix_values">
431 <param argument="--saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/> 405 <param argument="--saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/>
432 </xml> 406 </xml>