comparison plotHeatmap.xml @ 20:6e4c17379a40 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 38cfe39e3b3c82bbc0c2013e3068bd71adc3a9cb
author bgruening
date Mon, 09 Jul 2018 19:13:59 -0400
parents 010e58e9d822
children 2a8ca4863f1d
comparison
equal deleted inserted replaced
19:010e58e9d822 20:6e4c17379a40
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