# HG changeset patch # User bgruening # Date 1550588040 18000 # Node ID d948f3c4e3f7ba6b5347d1b21b387f0ef4aa03fe # Parent 0cd2331b6e4f989ca8594b4804441cd1c72e3ca0 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d diff -r 0cd2331b6e4f -r d948f3c4e3f7 deepTools_macros.xml --- a/deepTools_macros.xml Wed Aug 22 16:15:27 2018 -0400 +++ b/deepTools_macros.xml Tue Feb 19 09:54:00 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 0cd2331b6e4f -r d948f3c4e3f7 plotProfiler.xml --- a/plotProfiler.xml Wed Aug 22 16:15:27 2018 -0400 +++ b/plotProfiler.xml Tue Feb 19 09:54:00 2019 -0500 @@ -55,6 +55,8 @@ --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )# #end if + --legendLocation '$advancedOpt.legendLocation' + --labelRotation '$advancedOpt.labelRotation' $advancedOpt.perGroup @@ -135,6 +137,7 @@ + @@ -161,6 +164,7 @@ all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value) + + - - + + \ No newline at end of file