diff plotProfiler.xml @ 8:b8e86bbb9de3 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2c5f94de9ddf6798e49b7e9c340c841ca2bfbcfe
author bgruening
date Tue, 20 Sep 2016 03:07:46 -0400
parents af7e456ef4f9
children 6178c2e448eb
line wrap: on
line diff
--- a/plotProfiler.xml	Fri May 13 14:42:51 2016 -0400
+++ b/plotProfiler.xml	Tue Sep 20 03:07:46 2016 -0400
@@ -16,6 +16,10 @@
             #if $output.showOutputSettings == "yes"
                 --plotFileFormat $output.outFileFormat
 
+                #if $output.dpi:
+                    --dpi "$output.dpi"
+                #end if
+
                 #if $output.saveSortedRegions:
                     --outFileSortedRegions '$outFileSortedRegions'
                 #end if
@@ -91,6 +95,7 @@
 
         <expand macro="input_graphic_output_settings">
             <expand macro="input_image_file_format" />
+            <expand macro="output_dpi" />
         </expand>
 
         <conditional name="advancedOpt">