# HG changeset patch # User bgruening # Date 1559137437 14400 # Node ID 4e12ea27f7886ca2d63f4f823091a8d53cee0b72 # Parent 3b9d990a0a0e23f335dca1293a7105d6acfd1a0e planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 9092b83f7ab4d7d57409f0cd9046d573209e9a83 diff -r 3b9d990a0a0e -r 4e12ea27f788 deepTools_macros.xml --- a/deepTools_macros.xml Tue Apr 02 08:13:59 2019 -0400 +++ b/deepTools_macros.xml Wed May 29 09:43:57 2019 -0400 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.2.1.0 + 3.3.0.0 - deeptools + deeptools samtools diff -r 3b9d990a0a0e -r 4e12ea27f788 plotCoverage.xml --- a/plotCoverage.xml Tue Apr 02 08:13:59 2019 -0400 +++ b/plotCoverage.xml Wed May 29 09:43:57 2019 -0400 @@ -25,6 +25,23 @@ --outRawCounts '$outFileRawCounts' #end if + #if ' '.join(map(str, $BED)) != 'None': + #set bedFileLList=[] + #for $f in $BED: + #silent $bedFileList.append("'%s'" % $f) + #end for + #if $bedFileList != ["'None'"]: + --BED #echo ' '.join($bedFileList)# + #end if + #end if + + #if $coverageOpt.showCoverageOpt == "yes": + --outCoverageMetrics '$outFileCoverageMetrics' + #for $t in $coverageOpt.thresholds: + -ct $t.coverageThreshold + #end for + #end if + #if $advancedOpt.showAdvancedOpt == "yes": --numberOfSamples '$advancedOpt.numberOfSamples' $advancedOpt.skipZeros @@ -48,11 +65,28 @@ + + + + + + + + + + + + + + + - - + + @@ -78,6 +112,9 @@ outRawCounts is True + + coverageOpt.outCoverageMetrics is True + @@ -89,6 +126,18 @@ + + + + + + + + + + + +