# HG changeset patch # User bgruening # Date 1550527341 18000 # Node ID d03081997c8745963136e7e642ec76212bc44bda # Parent cce6d2f932bd74818fd37860587298a65b7e2737 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d diff -r cce6d2f932bd -r d03081997c87 deepTools_macros.xml --- a/deepTools_macros.xml Tue Aug 21 16:16:01 2018 -0400 +++ b/deepTools_macros.xml Mon Feb 18 17:02:21 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 cce6d2f932bd -r d03081997c87 plotProfiler.xml --- a/plotProfiler.xml Tue Aug 21 16:16:01 2018 -0400 +++ b/plotProfiler.xml Mon Feb 18 17:02:21 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