comparison plotHeatmap.xml @ 22:46992aa30bd6 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit e10a444c3d1f7acc6fbf8c8ffd51cedb47a083d0
author bgruening
date Fri, 21 Sep 2018 03:17:42 -0400
parents 2a8ca4863f1d
children 751adcc1ce82
comparison
equal deleted inserted replaced
21:2a8ca4863f1d 22:46992aa30bd6
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>
85 --endLabel '$advancedOpt.endLabel' 85 --endLabel '$advancedOpt.endLabel'
86 86
87 --refPointLabel '$advancedOpt.referencePointLabel' 87 --refPointLabel '$advancedOpt.referencePointLabel'
88 88
89 #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": 89 #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "":
90 --samplesLabel '$advancedOpt.samplesLabel' 90 --samplesLabel $advancedOpt.samplesLabel
91 #end if 91 #end if
92 92
93 #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": 93 #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "":
94 --regionsLabel '$advancedOpt.regionsLabel' 94 --regionsLabel $advancedOpt.regionsLabel
95 #end if 95 #end if
96 96
97 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": 97 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":
98 --plotTitle '$advancedOpt.plotTitle' 98 --plotTitle '$advancedOpt.plotTitle'
99 #end if 99 #end if