Mercurial > repos > bgruening > deeptools_plot_heatmap
comparison plotHeatmap.xml @ 38:375e7508e571 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d
| author | bgruening |
|---|---|
| date | Tue, 19 Feb 2019 04:34:43 -0500 |
| parents | 7d1521817494 |
| children | 2f2cd7085835 |
comparison
equal
deleted
inserted
replaced
| 37:7d1521817494 | 38:375e7508e571 |
|---|---|
| 1 <tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.0" profile="18.01"> | 1 <tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.1" profile="18.01"> |
| 2 <description>creates a heatmap for score distributions across genomic regions</description> | 2 <description>creates a heatmap for score distributions across genomic regions</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@BINARY@">plotHeatmap</token> | 4 <token name="@BINARY@">plotHeatmap</token> |
| 5 <import>deepTools_macros.xml</import> | 5 <import>deepTools_macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 40 | 40 |
| 41 #if $advancedOpt.averageTypeSummaryPlot: | 41 #if $advancedOpt.averageTypeSummaryPlot: |
| 42 --averageTypeSummaryPlot '$advancedOpt.averageTypeSummaryPlot' | 42 --averageTypeSummaryPlot '$advancedOpt.averageTypeSummaryPlot' |
| 43 #end if | 43 #end if |
| 44 | 44 |
| 45 --plotType '$advancedOpt.plotType' | |
| 46 | |
| 45 #if str($advancedOpt.missingDataColor.value) != "None": | 47 #if str($advancedOpt.missingDataColor.value) != "None": |
| 46 --missingDataColor '$advancedOpt.missingDataColor' | 48 --missingDataColor '$advancedOpt.missingDataColor' |
| 47 #end if | 49 #end if |
| 48 | 50 |
| 49 #set colorMap = [] | 51 #set colorMap = [] |
| 85 --endLabel '$advancedOpt.endLabel' | 87 --endLabel '$advancedOpt.endLabel' |
| 86 | 88 |
| 87 --refPointLabel '$advancedOpt.referencePointLabel' | 89 --refPointLabel '$advancedOpt.referencePointLabel' |
| 88 | 90 |
| 89 #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": | 91 #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": |
| 90 --samplesLabel '$advancedOpt.samplesLabel' | 92 --samplesLabel $advancedOpt.samplesLabel |
| 91 #end if | 93 #end if |
| 92 | 94 |
| 93 #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": | 95 #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": |
| 94 --regionsLabel '$advancedOpt.regionsLabel' | 96 --regionsLabel $advancedOpt.regionsLabel |
| 95 #end if | 97 #end if |
| 96 | 98 |
| 97 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": | 99 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": |
| 98 --plotTitle '$advancedOpt.plotTitle' | 100 --plotTitle '$advancedOpt.plotTitle' |
| 99 #end if | 101 #end if |
| 102 | |
| 103 --legendLocation '$advancedOpt.legendLocation' | |
| 100 | 104 |
| 101 --labelRotation '$advancedOpt.labelRotation' | 105 --labelRotation '$advancedOpt.labelRotation' |
| 102 | 106 |
| 103 $advancedOpt.perGroup | 107 $advancedOpt.perGroup |
| 104 | 108 |
| 134 <option value="min">min</option> | 138 <option value="min">min</option> |
| 135 <option value="max">max</option> | 139 <option value="max">max</option> |
| 136 <option value="sum">sum</option> | 140 <option value="sum">sum</option> |
| 137 <option value="std">std</option> | 141 <option value="std">std</option> |
| 138 </param> | 142 </param> |
| 139 | 143 <param argument="--plotType" type="select" label="Type of summary plot"> |
| 144 <option value="lines">plot the profile line based on the statistic selected above.</option> | |
| 145 <option value="fill">fills the region between zero and the profile.</option> | |
| 146 <option value="se">color the region between the profile and the standard error.</option> | |
| 147 <option value="std">color the region between the profile and the standard deviation.</option> | |
| 148 </param> | |
| 140 <param argument="--missingDataColor" type="text" value="black" optional="true" label="Missing data color" | 149 <param argument="--missingDataColor" type="text" value="black" optional="true" label="Missing data color" |
| 141 help="If 'Represent missing data as zero' is not set, such cases will be colored in black by default. | 150 help="If 'Represent missing data as zero' is not set, such cases will be colored in black by default. |
| 142 By using this parameter a different color can be set. A value between 0 and 1 will be used for a gray scale (black is 0). | 151 By using this parameter a different color can be set. A value between 0 and 1 will be used for a gray scale (black is 0). |
| 143 Also color names can be used, see a list here: http://packages.python.org/ete2/reference/reference_svgcolors.html. | 152 Also color names can be used, see a list here: http://packages.python.org/ete2/reference/reference_svgcolors.html. |
| 144 Alternatively colors can be specified using the #rrggbb notation." /> | 153 Alternatively colors can be specified using the #rrggbb notation." /> |
| 204 help="If more than one region is being plotted a list of labels separated by space is required. | 213 help="If more than one region is being plotted a list of labels separated by space is required. |
| 205 If a label itself contains a space, then quotes are needed. | 214 If a label itself contains a space, then quotes are needed. |
| 206 For example, label_1 "label 2"" /> | 215 For example, label_1 "label 2"" /> |
| 207 | 216 |
| 208 <expand macro="plotTitle" /> | 217 <expand macro="plotTitle" /> |
| 218 <expand macro="legendLocation" /> | |
| 209 <expand macro="labelRotation" /> | 219 <expand macro="labelRotation" /> |
| 210 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" | 220 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" |
| 211 label="Make one plot per group of regions" | 221 label="Make one plot per group of regions" |
| 212 help="The default is to make one plot per bigWig file, i.e., all samples next to each other. Choosing this option will make one plot per group of regions."/> | 222 help="The default is to make one plot per bigWig file, i.e., all samples next to each other. Choosing this option will make one plot per group of regions."/> |
| 213 | 223 |
