diff plotProfiler.xml @ 17:4f53adc96238 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit b1f975422b307927bbbe245d57609e9464d5d5c8-dirty
author bgruening
date Thu, 15 Feb 2018 06:43:06 -0500
parents 6178c2e448eb
children 18ab9a21ed30
line wrap: on
line diff
--- a/plotProfiler.xml	Mon Feb 05 11:39:14 2018 -0500
+++ b/plotProfiler.xml	Thu Feb 15 06:43:06 2018 -0500
@@ -55,6 +55,8 @@
                     --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )#
                 #end if
 
+                --labelRotation '$advancedOpt.labelRotation'
+
                 $advancedOpt.perGroup
 
                 #if $advancedOpt.yMin:
@@ -159,6 +161,7 @@
                     <validator type="expression"
                         message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator>
                 </param>
+                <expand macro="labelRotation" />
 
                 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue=""
                     label="Make one plot per group of regions"
@@ -182,7 +185,7 @@
         <expand macro="output_graphic_outputs" />
 
         <data format="tabular" name="output_outFileNameData" label="${tool.name} on ${on_string}: Underlying data">
-            <filter>outFileNameData</filter>
+            <filter>advancedOpt['showAdvancedOpt'] == "yes" and advancedOpt['outFileNameData'] is True</filter>
         </data>
 
     </outputs>