# HG changeset patch # User bgruening # Date 1550568883 18000 # Node ID 375e7508e5712ae767961749625d5dbf89268d3d # Parent 7d1521817494b3553c1ba0035c67f8f5c998865f planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d diff -r 7d1521817494 -r 375e7508e571 deepTools_macros.xml --- a/deepTools_macros.xml Thu Aug 23 04:03:11 2018 -0400 +++ b/deepTools_macros.xml Tue Feb 19 04:34:43 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 7d1521817494 -r 375e7508e571 plotHeatmap.xml --- a/plotHeatmap.xml Thu Aug 23 04:03:11 2018 -0400 +++ b/plotHeatmap.xml Tue Feb 19 04:34:43 2019 -0500 @@ -1,4 +1,4 @@ - + creates a heatmap for score distributions across genomic regions plotHeatmap @@ -42,6 +42,8 @@ --averageTypeSummaryPlot '$advancedOpt.averageTypeSummaryPlot' #end if + --plotType '$advancedOpt.plotType' + #if str($advancedOpt.missingDataColor.value) != "None": --missingDataColor '$advancedOpt.missingDataColor' #end if @@ -87,17 +89,19 @@ --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) != "": --plotTitle '$advancedOpt.plotTitle' #end if + --legendLocation '$advancedOpt.legendLocation' + --labelRotation '$advancedOpt.labelRotation' $advancedOpt.perGroup @@ -136,7 +140,12 @@ - + + + + + + + + - - + + \ No newline at end of file