# HG changeset patch # User bgruening # Date 1531175030 14400 # Node ID 68c06ccce7bf51028b123de3718b83e2a6dc8039 # Parent 4e8b35fd2173d7f0741984f7b957635ee953593c planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 38cfe39e3b3c82bbc0c2013e3068bd71adc3a9cb diff -r 4e8b35fd2173 -r 68c06ccce7bf deepTools_macros.xml --- a/deepTools_macros.xml Thu Apr 05 10:52:28 2018 -0400 +++ b/deepTools_macros.xml Mon Jul 09 18:23:50 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 4e8b35fd2173 -r 68c06ccce7bf plotCorrelation.xml --- a/plotCorrelation.xml Thu Apr 05 10:52:28 2018 -0400 +++ b/plotCorrelation.xml Mon Jul 09 18:23:50 2018 -0400 @@ -18,8 +18,11 @@ --plotHeight $plotting_type.plotHeight #else: --plotTitle '$plotting_type.plotTitle' - #if str($plotting_type.maxRange) != '': - --maxRange '$plotting_type.maxRange' + #if str($plotting_type.xRange) != '': + --xRange '$plotting_type.xRange' + #end if + #if str($plotting_type.yRange) != '': + --yRange '$plotting_type.yRange' #end if $plotting_type.log1p #end if @@ -47,9 +50,12 @@ - + +