From: Colin <col...@gm...> - 2021-03-29 05:57:28
|
The attribute style.labelScale=0.01 should be able to be used for forcing VCF labels to be drawn on dense tracks (e.g. https://jbrowse.org/docs/faq.html#my-track-doesn-t-display-the-gene-names-but-i-expected-it-to-why-not ) The value 0.01 corresponds to forcing labels to be drawn when you are zoomed in closer than about 100,000bp view window or so (e.g. 1000px/0.01pxPerBp=100,000bp) If you have an instance we can see that can be seen or any custom config, maybe that would help? -Colin On Fri, Mar 26, 2021 at 8:07 PM Hans Vasquez-Gross via Gmod-ajax < gmo...@li...> wrote: > Hi all, > > I want to force labels on VCF tracks. I found this on a previous email: > > "style":{"labelScale": 0.01} > However, I dont use trackList.json for my VCF configurations, I use > tracks.conf. I tried setting it as style.labelScale = 0.01, but the labels > are still not being drawn on the track for dense tracks. > > Thank you, > -Hans > > > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > |