comparison plotProfiler.xml @ 21:555739cc510f draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit cbb142cf0582948030f99621d5dd65ab80caa296
author bgruening
date Thu, 11 Aug 2016 06:33:15 -0400
parents 36947e3103a0
children 06277c005b1a
comparison
equal deleted inserted replaced
20:f32ad7f806f5 21:555739cc510f
13 --matrixFile "$matrixFile" 13 --matrixFile "$matrixFile"
14 --outFileName "$outFileName" 14 --outFileName "$outFileName"
15 15
16 #if $output.showOutputSettings == "yes" 16 #if $output.showOutputSettings == "yes"
17 --plotFileFormat $output.outFileFormat 17 --plotFileFormat $output.outFileFormat
18
19 #if $dpi:
20 --dpi "$dpi"
21 #end if
18 22
19 #if $output.saveSortedRegions: 23 #if $output.saveSortedRegions:
20 --outFileSortedRegions '$outFileSortedRegions' 24 --outFileSortedRegions '$outFileSortedRegions'
21 #end if 25 #end if
22 #else 26 #else
89 </when> 93 </when>
90 </conditional> 94 </conditional>
91 95
92 <expand macro="input_graphic_output_settings"> 96 <expand macro="input_graphic_output_settings">
93 <expand macro="input_image_file_format" /> 97 <expand macro="input_image_file_format" />
98 <expand macro="output_dpi" />
94 </expand> 99 </expand>
95 100
96 <conditional name="advancedOpt"> 101 <conditional name="advancedOpt">
97 <param name="showAdvancedOpt" type="select" label="Show advanced options" > 102 <param name="showAdvancedOpt" type="select" label="Show advanced options" >
98 <option value="no" selected="true">no</option> 103 <option value="no" selected="true">no</option>