Repository 'deeptools_plot_heatmap'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_plot_heatmap

Changeset 22:46992aa30bd6 (2018-09-21)
Previous changeset 21:2a8ca4863f1d (2018-08-22) Next changeset 23:751adcc1ce82 (2019-02-19)
Commit message:
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit e10a444c3d1f7acc6fbf8c8ffd51cedb47a083d0
modified:
plotHeatmap.xml
b
diff -r 2a8ca4863f1d -r 46992aa30bd6 plotHeatmap.xml
--- a/plotHeatmap.xml Wed Aug 22 17:45:47 2018 -0400
+++ b/plotHeatmap.xml Fri Sep 21 03:17:42 2018 -0400
b
@@ -1,4 +1,4 @@
-<tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.0" profile="18.01">
+<tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.1" profile="18.01">
     <description>creates a heatmap for score distributions across genomic regions</description>
     <macros>
         <token name="@BINARY@">plotHeatmap</token>
@@ -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) != "":