# HG changeset patch # User bgruening # Date 1550588194 18000 # Node ID 0c86381720594d7fbf974843387acc8a7a5ed8a7 # Parent c567b9bdbbfa406ee499f02656f482165757592c planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d diff -r c567b9bdbbfa -r 0c8638172059 deepTools_macros.xml --- a/deepTools_macros.xml Wed Aug 22 16:26:35 2018 -0400 +++ b/deepTools_macros.xml Tue Feb 19 09:56:34 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 c567b9bdbbfa -r 0c8638172059 multiBamSummary.xml --- a/multiBamSummary.xml Wed Aug 22 16:26:35 2018 -0400 +++ b/multiBamSummary.xml Tue Feb 19 09:56:34 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 c567b9bdbbfa -r 0c8638172059 repository_dependencies.xml --- a/repository_dependencies.xml Wed Aug 22 16:26:35 2018 -0400 +++ b/repository_dependencies.xml Tue Feb 19 09:56:34 2019 -0500 @@ -1,4 +1,4 @@ - + - - + + \ No newline at end of file