You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi moshi4!
First of all thank you for a wonderful tool! its great!
One thing that I couldn't quite understand is how to control which text will be shown when hovering on a gene in html mode.
For example this:
this is how I add features to the track, but only "length" and "location" are shown in the box, the label is pasted above the gene, I would like it also to show in the hover box:
Hi moshi4!
First of all thank you for a wonderful tool! its great!
One thing that I couldn't quite understand is how to control which text will be shown when hovering on a gene in html mode.
For example this:
this is how I add features to the track, but only "length" and "location" are shown in the box, the label is pasted above the gene, I would like it also to show in the hover box:
# add genes to genome track for cds in cds_list: start, end, strand, name, color, patch_kws, linewidth = cds track.add_feature(start, end, strand, label=name, facecolor = color, patch_kws = patch_kws, labelsize = 7, labelvpos = vposition, labelrotation = labelrotation, linewidth = linewidth)
This is how it looks in my case:
Thanks!
The text was updated successfully, but these errors were encountered: