# HG changeset patch # User bgruening # Date 1554203179 14400 # Node ID 26031beab653ceeb615336d89be279cdefd73ec1 # Parent 9d7e46621f3bd63ec3806faf749f38123d9b5538 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6f68c67a609ee0ee720f7c6e197fe37ecd940b57 diff -r 9d7e46621f3b -r 26031beab653 bigwigCompare.xml --- a/bigwigCompare.xml Wed Feb 20 09:16:28 2019 -0500 +++ b/bigwigCompare.xml Tue Apr 02 07:06:19 2019 -0400 @@ -28,6 +28,7 @@ #if $advancedOpt.showAdvancedOpt == "yes": $advancedOpt.skipNAs + $advancedOpt.skipZeroOverZero --scaleFactors '$advancedOpt.scaleFactor1:$advancedOpt.scaleFactor2' --binSize $advancedOpt.binSize @@ -95,6 +96,7 @@ help="Size of the bins in bases for the output of the bigwig/bedgraph file."/> + diff -r 9d7e46621f3b -r 26031beab653 deepTools_macros.xml --- a/deepTools_macros.xml Wed Feb 20 09:16:28 2019 -0500 +++ b/deepTools_macros.xml Tue Apr 02 07:06:19 2019 -0400 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.2.0.0 + 3.2.1.0 - deeptools + deeptools samtools @@ -650,6 +650,14 @@ (default: False)" /> + + + + + + +