view circos/conf/ticks.conf @ 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
children
line wrap: on
line source


show_ticks          = yes
show_tick_labels    = yes



<ticks>
    radius           = 1.0r
    color            =     0, 0, 0

    thickness        = 2p
    multiplier       = 0.001

    <tick>
        spacing        = 5000.0
        size           = 10.0p
        show_label     = yes
        label_size     = 20.0p
        label_offset   = 10.0p
        format         = %d kb
    </tick>
    <tick>
        spacing        = 1000.0
        size           = 5.0p
        show_label     = no
        label_size     = 20.0p
        label_offset   = 10.0p
        format         = %d kb
    </tick>
</ticks>