comparison plotProfiler.xml @ 6:e6dbb616211e draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 54a10cf268ca9a5399f13458a1b218be7891bd41
author bgruening
date Wed, 23 Dec 2015 04:01:04 -0500
parents f30699e4e902
children a6d65190c7e5
comparison
equal deleted inserted replaced
5:f30699e4e902 6:e6dbb616211e
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 18
19 #if $output.saveData:
20 --outFileNameData "$outFileNameData"
21 #end if
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
23 --plotFileFormat 'png' 27 --plotFileFormat 'png'
43 47
44 #if str($advancedOpt.colors).strip() != "": 48 #if str($advancedOpt.colors).strip() != "":
45 --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )# 49 --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )#
46 #end if 50 #end if
47 51
48 $advancedOpt.perGroup 52 $advancedOpt.onePlotPerGroup
49 53
50 #if $advancedOpt.yMin: 54 #if $advancedOpt.yMin:
51 --yMin $advancedOpt.yMin 55 --yMin $advancedOpt.yMin
52 #end if 56 #end if
53 #if $advancedOpt.yMax: 57 #if $advancedOpt.yMax:
118 <option value="lines" selected="true">lines</option> 122 <option value="lines" selected="true">lines</option>
119 <option value="fill">fill</option> 123 <option value="fill">fill</option>
120 <option value="se">add standard error</option> 124 <option value="se">add standard error</option>
121 <option value="overlapped_lines">overlapped lines</option> 125 <option value="overlapped_lines">overlapped lines</option>
122 </param> 126 </param>
123 <param argument="--regionsLabel" type="text" value="coverage" size="30" 127 <param argument="--regionsLabel" type="text" value="genes" size="30"
124 label="Labels for the regions plotted in the heatmap" 128 label="Labels for the regions plotted in the heatmap"
125 help="If more than one region is being plotted a list of labels separated 129 help="If more than one region is being plotted a list of labels separated
126 by comma and limited by quotes, is required. For example, &quot;label1, label2&quot;."/> 130 by comma and limited by quotes, is required. For example, &quot;label1, label2&quot;."/>
127 131
128 <expand macro="plotTitle" /> 132 <expand macro="plotTitle" />
132 The color names should be given separated by spaces. (--colors red blue green)"> 136 The color names should be given separated by spaces. (--colors red blue green)">
133 <validator type="expression" 137 <validator type="expression"
134 message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator> 138 message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator>
135 </param> 139 </param>
136 140
137 <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" 141 <param argument="--onePlotPerGroup" type="boolean" truevalue="--onePlotPerGroup" falsevalue=""
138 label="Do one plot per group" 142 label="Do one plot per group"
139 help="When clustering is applied to the data, or the region file contains groups separated by &quot;#&quot;, 143 help="When the region file contains groups separated by &quot;#&quot;, the default is
140 plot the groups next to each other. The default is to plot the samples next to each other. 144 to plot the averages for the distinct plots in one plot. If this option is set, each group
141 If this option is set, each group (or cluster) will get its own plot, with different samples 145 will get its own plot, stacked on top of each other." />
142 stacked on top of each other." />
143 146
144 147
145 <param argument="--yMin" type="float" value="" size="3" optional="true" 148 <param argument="--yMin" type="float" value="" size="3" optional="true"
146 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values"/> 149 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values"/>
147 <param argument="--yMax" type="float" value="" size="3" optional="true" 150 <param argument="--yMax" type="float" value="" size="3" optional="true"
183 186
184 .. image:: $PATH_TO_IMAGES/visual_profiler_DmelPolII.png 187 .. image:: $PATH_TO_IMAGES/visual_profiler_DmelPolII.png
185 :alt: Meta-gene profile of Rna Polymerase II 188 :alt: Meta-gene profile of Rna Polymerase II
186 189
187 190
188 You can find more details on the profiler doc page: https://deeptools.readthedocs.org/en/release-1.6/content/tools/plotProfile.html 191 You can find more details on the profiler wiki page: https://github.com/fidelram/deepTools/wiki/Visualizations#wiki-profiler
189 192
190 193
191 ----- 194 -----
192 195
193 @REFERENCES@ 196 @REFERENCES@