Mercurial > repos > bgruening > deeptools_plot_profile
diff plotProfiler.xml @ 22:d948f3c4e3f7 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d
author | bgruening |
---|---|
date | Tue, 19 Feb 2019 09:54:00 -0500 |
parents | 0cd2331b6e4f |
children | 10301d137111 |
line wrap: on
line diff
--- 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 @@ <option value="lines" selected="true">lines</option> <option value="fill">fill</option> <option value="se">add standard error</option> + <option value="std">add standard deviation</option> <option value="overlapped_lines">overlapped lines</option> <option value="heatmap">heatmap</option> </param> @@ -161,6 +164,7 @@ <validator type="expression" message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator> </param> + <expand macro="legendLocation" /> <expand macro="labelRotation" /> <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue=""