# HG changeset patch # User bgruening # Date 1550588895 18000 # Node ID 751adcc1ce82840281656e5adf8cb30fdf2669da # Parent 46992aa30bd6cbd09d944f655cd984425d92137b planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d diff -r 46992aa30bd6 -r 751adcc1ce82 deepTools_macros.xml --- a/deepTools_macros.xml Fri Sep 21 03:17:42 2018 -0400 +++ b/deepTools_macros.xml Tue Feb 19 10:08:15 2019 -0500 @@ -1,11 +1,11 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.1.2.0 + 3.2.0.0 - deeptools - samtools + deeptools + samtools @BINARY@ --version @@ -359,7 +359,7 @@ - + @@ -423,12 +423,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 46992aa30bd6 -r 751adcc1ce82 plotHeatmap.xml --- a/plotHeatmap.xml Fri Sep 21 03:17:42 2018 -0400 +++ b/plotHeatmap.xml Tue Feb 19 10:08:15 2019 -0500 @@ -42,6 +42,8 @@ --averageTypeSummaryPlot '$advancedOpt.averageTypeSummaryPlot' #end if + --plotType '$advancedOpt.plotType' + #if str($advancedOpt.missingDataColor.value) != "None": --missingDataColor '$advancedOpt.missingDataColor' #end if @@ -98,6 +100,8 @@ --plotTitle '$advancedOpt.plotTitle' #end if + --legendLocation '$advancedOpt.legendLocation' + --labelRotation '$advancedOpt.labelRotation' $advancedOpt.perGroup @@ -136,7 +140,12 @@ - + + + + + + + + - - + + \ No newline at end of file