# HG changeset patch # User bgruening # Date 1550528517 18000 # Node ID a1a84914d00d6f396dbcb861a3172559f2da4a46 # Parent 89c5b63a954d5e383c5dfcf233fa2e96f3f51b8d planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d diff -r 89c5b63a954d -r a1a84914d00d deepTools_macros.xml --- a/deepTools_macros.xml Tue Aug 21 16:28:32 2018 -0400 +++ b/deepTools_macros.xml Mon Feb 18 17:21:57 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 89c5b63a954d -r a1a84914d00d multiBamSummary.xml --- a/multiBamSummary.xml Tue Aug 21 16:28:32 2018 -0400 +++ b/multiBamSummary.xml Mon Feb 18 17:21:57 2019 -0500 @@ -23,6 +23,10 @@ --outRawCounts '$outFileRawCounts' #end if + #if $scalingFactors: + --scalingFactors '$scalingFactorsFile' + #end if + #if $mode.modeOpt == "bins": --binSize '$mode.binSize' --distanceBetweenBins '$mode.distanceBetweenBins' @@ -44,6 +48,7 @@ + + @@ -86,6 +92,9 @@ outRawCounts is True + + scalingFactors is True + diff -r 89c5b63a954d -r a1a84914d00d repository_dependencies.xml --- a/repository_dependencies.xml Tue Aug 21 16:28:32 2018 -0400 +++ b/repository_dependencies.xml Mon Feb 18 17:21:57 2019 -0500 @@ -1,4 +1,4 @@ - + - - + + \ No newline at end of file