Mercurial > repos > bgruening > deeptools_plot_profile
diff plotProfiler.xml @ 33:3ae26ce6716d draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit b1f975422b307927bbbe245d57609e9464d5d5c8-dirty
author | bgruening |
---|---|
date | Thu, 15 Feb 2018 04:11:12 -0500 |
parents | 14cbf1fdda09 |
children | 8be53e83a2af |
line wrap: on
line diff
--- a/plotProfiler.xml Mon Feb 05 11:28:20 2018 -0500 +++ b/plotProfiler.xml Thu Feb 15 04:11:12 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>