# HG changeset patch # User bgruening # Date 1537514262 14400 # Node ID 46992aa30bd6cbd09d944f655cd984425d92137b # Parent 2a8ca4863f1dba1c5bc133010c4adb5532aa0905 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit e10a444c3d1f7acc6fbf8c8ffd51cedb47a083d0 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 @@ -1,4 +1,4 @@ - + creates a heatmap for score distributions across genomic regions plotHeatmap @@ -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) != "":