Mercurial > repos > eric-rasche > circos
comparison macros.xml @ 9:e6440d0201f7 draft default tip
planemo upload for repository https://github.com/TAMU-CPT/galaxy-circos-tool commit 7e335df423e3e06da3d33a5378a336a149e6cc6c
author | eric-rasche |
---|---|
date | Fri, 30 Jun 2017 06:48:38 -0400 |
parents | eb3af6e9f633 |
children |
comparison
equal
deleted
inserted
replaced
8:eb3af6e9f633 | 9:e6440d0201f7 |
---|---|
289 </when> | 289 </when> |
290 <when value="thickness"> | 290 <when value="thickness"> |
291 <param name="action_value" type="integer" value="1" label="Thickness"/> | 291 <param name="action_value" type="integer" value="1" label="Thickness"/> |
292 </when> | 292 </when> |
293 <when value="z"> | 293 <when value="z"> |
294 <param name="action_value" type="float" value="1" label="Z-depth" help="Datasets with a higher z-depth value are drawn on top of datasets with lower z value"/> | 294 <conditional name="dynamic"> |
295 <param name="dynamic_select" type="select" label="Static or Dynamic Z-Depth"> | |
296 <option value="static">Static</option> | |
297 <option value="dynamic">Dynamic (based on value)</option> | |
298 </param> | |
299 <when value="static"> | |
300 <param name="action_value" type="float" value="1" label="Z-depth" help="Datasets with a higher z-depth value are drawn on top of datasets with lower z value"/> | |
301 </when> | |
302 <when value="dynamic"> | |
303 <param name="min_value" type="float" value="-1" label="Expected minimum value of dataset"/> | |
304 <param name="max_value" type="float" value="1" label="Expected maximum value of dataset"/> | |
305 <param name="invert" type="boolean" truevalue="True" falsevalue="False" label="Invert Z-Depth Mapping" /> | |
306 </when> | |
307 </conditional> | |
295 </when> | 308 </when> |
296 </conditional> | 309 </conditional> |
297 </repeat> | 310 </repeat> |
298 | 311 |
299 <param name="continue_flow" type="boolean" label="Continue flow" truevalue="flow = continue" falsevalue="" help="Allow rules after this one to be applied in addition to this rule. E.g. if one rule modifies font size, and another font colour, with continued flow they could both be applied rather than whichever was encountered first." /> | 312 <param name="continue_flow" type="boolean" label="Continue flow" truevalue="flow = continue" falsevalue="" help="Allow rules after this one to be applied in addition to this rule. E.g. if one rule modifies font size, and another font colour, with continued flow they could both be applied rather than whichever was encountered first." /> |