# HG changeset patch # User bgruening # Date 1531178039 14400 # Node ID 6e4c17379a40a6c3855f6402a4b4a37bf7890d44 # Parent 010e58e9d822cad533af7deae30921f2365f4753 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 38cfe39e3b3c82bbc0c2013e3068bd71adc3a9cb diff -r 010e58e9d822 -r 6e4c17379a40 deepTools_macros.xml --- a/deepTools_macros.xml Thu Apr 05 10:59:22 2018 -0400 +++ b/deepTools_macros.xml Mon Jul 09 19:13:59 2018 -0400 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.0.2 + 3.1.0 - deeptools + deeptools samtools @@ -603,6 +603,18 @@ (default: False)" /> + + + + diff -r 010e58e9d822 -r 6e4c17379a40 plotHeatmap.xml --- 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) != "":