GMOD / GBrowse

the Generic Genome Browser
http://gmod.org/wiki/GBrowse
Other
49 stars 36 forks source link

Track canvas not resized correctly when subtracks in use #36

Open keiranmraine opened 10 years ago

keiranmraine commented 10 years ago

Hi,

We've found that when we apply the following to our gene tracks (e.g. protein coding genes) and a region with just 'Forward' strand features is displayed the image is sliced through the actual glyph. It looks like the bump down of the glyph to avoid the subtrack label hasn't extended the vertical height. It seems fine when both subtracks have data

## this combination on a stranded view
subtrack select         = Strand strand
hide empty subtracks    = 1
subtrack table          = :Forward +1 ;
                          :Reverse -1

If someone can point me in the direction of the code that handles this I'm happy to attempt to fix it.

Regards, Keiran

keiranmraine commented 10 years ago

Bio::Graphics 2.37 GBrowse 2.55