comparison deepTools_macros.xml @ 7:d63afb3521e7 draft

Uploaded
author bgruening
date Wed, 04 Dec 2013 04:13:19 -0500
parents c54d31467be4
children 1c5ed9126db6
comparison
equal deleted inserted replaced
6:1ee0b1ecf500 7:d63afb3521e7
25 25
26 <param name="includeZeros" type="boolean" truevalue="--includeZeros" falsevalue="" 26 <param name="includeZeros" type="boolean" truevalue="--includeZeros" falsevalue=""
27 label ="Include zeros" 27 label ="Include zeros"
28 help ="If set, then regions with zero counts for *all* BAM files given are included. The default behavior is to ignore those cases." /> 28 help ="If set, then regions with zero counts for *all* BAM files given are included. The default behavior is to ignore those cases." />
29 29
30 <param name="zMin" type="integer" value="" label="Minimum value for the heatmap intensities" 30 <param name="zMin" type="integer" value="" optional="true" label="Minimum value for the heatmap intensities"
31 help="If not specified the value is set automatically."/> 31 help="If not specified the value is set automatically."/>
32 32
33 <param name="zMax" type="integer" value="" label="Maximum value for the heatmap intensities" 33 <param name="zMax" type="integer" value="" optional="true" label="Maximum value for the heatmap intensities"
34 help="If not specified the value is set automatically."/> 34 help="If not specified the value is set automatically."/>
35 35
36 <expand macro="colormap" /> 36 <expand macro="colormap" />
37 </when> 37 </when>
38 </conditional> 38 </conditional>