Mercurial > repos > bgruening > hicexplorer_hicplottads
comparison hicPlotTADs.xml @ 1:3615a7c5c119 draft
planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 07491a9ed4870989c9a603b27a4b89173832700f
author | bgruening |
---|---|
date | Mon, 03 Apr 2017 08:16:45 -0400 |
parents | 5e0a39c5bcf6 |
children | f23f7178fae6 |
comparison
equal
deleted
inserted
replaced
0:5e0a39c5bcf6 | 1:3615a7c5c119 |
---|---|
29 ## There are two exceptions for this, the [x-axis] and the [spacer] sections | 29 ## There are two exceptions for this, the [x-axis] and the [spacer] sections |
30 ## that use the secion label to determine the action. | 30 ## that use the secion label to determine the action. |
31 | 31 |
32 #if $x_axis.x_axis_select == "yes": | 32 #if $x_axis.x_axis_select == "yes": |
33 [x-axis] | 33 [x-axis] |
34 #if $x_axis.fontsize: | |
34 fontsize = $x_axis.fontsize | 35 fontsize = $x_axis.fontsize |
36 #end if | |
37 #if $x_axis.where: | |
35 where = $x_axis.where | 38 where = $x_axis.where |
39 #end if | |
36 #else: | 40 #else: |
37 [x-axis] | 41 [x-axis] |
38 #end if | 42 #end if |
39 | 43 |
40 #for $counter, $track in enumerate($tracks): | 44 #for $counter, $track in enumerate($tracks): |
52 | 56 |
53 #if $track.color and $track.track_input.ext != "h5": | 57 #if $track.color and $track.track_input.ext != "h5": |
54 color = $track.color | 58 color = $track.color |
55 #end if | 59 #end if |
56 | 60 |
61 #if $track.border_color: | |
62 color = $track.border_color | |
63 #end if | |
64 | |
57 #if $track.depth: | 65 #if $track.depth: |
58 depth = $track.depth | 66 depth = $track.depth |
59 #end if | 67 #end if |
60 | 68 |
61 #if $track.display: | 69 #if $track.display: |
62 display = $track.display | 70 display = $track.display |
63 #end if | 71 #end if |
64 | |
65 ##color = black | |
66 | 72 |
67 #if $track.width | 73 #if $track.width |
68 width = $track.width | 74 width = $track.width |
69 #end if | 75 #end if |
70 | 76 |
164 <param name="track_input" type="data" format="h5,bed,bedgraph,bigwig,tabular" label="Track file"/> | 170 <param name="track_input" type="data" format="h5,bed,bedgraph,bigwig,tabular" label="Track file"/> |
165 <param name="boundaries_file" type="data" optional="True" format="bed" label="Boundaries file"/> | 171 <param name="boundaries_file" type="data" optional="True" format="bed" label="Boundaries file"/> |
166 <param name="title" type="text" optional="true" label="Plot title"/> | 172 <param name="title" type="text" optional="true" label="Plot title"/> |
167 <expand macro="colormap" /> | 173 <expand macro="colormap" /> |
168 <param name="color" type="color" value="#000000" label="Track color" optional="True" /> | 174 <param name="color" type="color" value="#000000" label="Track color" optional="True" /> |
175 <param name="border_color" type="color" value="#000000" label="Border color" optional="True" /> | |
169 <param name="min_value" type="float" value="" optional="True" label="Minimum value"/> | 176 <param name="min_value" type="float" value="" optional="True" label="Minimum value"/> |
170 <param name="max_value" type="float" value="" optional="True" label="Maximum value"/> | 177 <param name="max_value" type="float" value="" optional="True" label="Maximum value"/> |
171 | 178 |
172 <param name="width" type="float" value="1.5" optional="True" label="Width"/> | 179 <param name="width" type="float" value="1.5" optional="True" label="Width"/> |
173 | 180 |
203 <option value="interlaced">interlaced</option> | 210 <option value="interlaced">interlaced</option> |
204 </param> | 211 </param> |
205 | 212 |
206 <param name="type" type="select" optional="True" label="Plotting type"> | 213 <param name="type" type="select" optional="True" label="Plotting type"> |
207 <option value="lines">Lines</option> | 214 <option value="lines">Lines</option> |
215 <option value="line">Line</option> | |
208 <option value="vlines">vertical dotted lines from the top to the bottom</option> | 216 <option value="vlines">vertical dotted lines from the top to the bottom</option> |
209 <option value="arcplot">arcplot</option> | 217 <option value="arcplot">arcplot</option> |
210 <option value="interaction">interaction</option> | 218 <option value="interaction">interaction</option> |
211 <option value="genes">Genes</option> | 219 <option value="genes">Genes</option> |
212 </param> | 220 </param> |