-
Notifications
You must be signed in to change notification settings - Fork 5
border
Andrew Wilkey edited this page Apr 9, 2019
·
1 revision
A border is displayed directly over the chromosome. A sequence feature is designated a range if its section sets glyph=border. Unlike centromeres, borders are drawn to fit the backbone.
| Option | Default | Description |
|---|---|---|
| color | red | (color) Color to use when drawing the border |
| fill | 0 | (boolean) Fill the border with color |
| transparent | 0 | (boolean) add transparency to glyph |
| draw_label | 1 | (boolean) 1 = draw centromere label |
| font_face | fontDefault | Font face to use for centromere label |
| font_size | 6 | Size of label in pt |
| label_offset | 0 | Start labels this many pixels right of glyph (negative for left) |
| label_color | gray30 | Color to use for labels |
The following options have been added from the legacy format:
| Option | Default | Description |
|---|---|---|
| border_width | 2 | Width of a drawn border in px |
| fill_color | color | color to use when filling border |
| transparent_percent | 0.6 | Percent transparency from 0-1 |
| hide_label_overlap | 0 | (boolean) hide labels if they overlap others |