diff plotProfiler.xml @ 37:d03081997c87 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d
author bgruening
date Mon, 18 Feb 2019 17:02:21 -0500
parents cce6d2f932bd
children c30a2ace77bd
line wrap: on
line diff
--- 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 @@
                     <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=""