diff 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
line wrap: on
line diff
--- a/plotHeatmap.xml	Thu Apr 05 10:59:22 2018 -0400
+++ b/plotHeatmap.xml	Mon Jul 09 19:13:59 2018 -0400
@@ -87,11 +87,11 @@
                 --refPointLabel '$advancedOpt.referencePointLabel'
 
                 #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "":
-                    --samplesLabel $advancedOpt.samplesLabel
+                    --samplesLabel '$advancedOpt.samplesLabel'
                 #end if
 
                 #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "":
-                    --regionsLabel $advancedOpt.regionsLabel
+                    --regionsLabel '$advancedOpt.regionsLabel'
                 #end if
 
                 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":