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
It is commonly seen that the features are sometimes hidden behind the track labels in the view-window in JB2. The remedy for this is to go to triple-line-stack and set track labels to 'Offset' instead of the default 'Overlapping'. In my opinion, if we set the Offset as default it will be a desirable ux.
Hint for reproducing: start a JB2 instance of PB in an incognito window, add a linear genome, and zoom in to the feature reaosonably large to see the overlapping effect.
Adding screenshot to explain the overlapping vs. offset effect:
For @adf-ncgr and @ctcncgr to check if this can be achieved in the JB2 config.
The text was updated successfully, but these errors were encountered:
I think I agree with this as a good default (I didn't actually know you could change it). Looks like setting property "trackLabels": "offset",
in the "views" section of the config is all that's needed.
OK, so I think I was probably wrong about it being a simple matter of tweaking the config file that is served; but it can be done with respect to programmatically specified invocations such as we make with linkouts. I've done a proof of concept with the linkout to JBrowse for BaileyII, try going to https://www.peanutbase.org/tools/gcv/gene;peanutbase=arahy.BaileyII.gnm1.ann1.mikado.chr15G1570
and access JBrowse for any of the genes from Bailey in the top query track (click gene glyph to get the linkouts).
IMHO it is not an ideal solution, and might be worth following up with JBrowse developers as to configurable defaults for some of these properties, but we could do it this way for the time being. Let me know if it seems to do what you wanted and if so I can apply to linkouts for other genomes as well.
It is commonly seen that the features are sometimes hidden behind the track labels in the view-window in JB2. The remedy for this is to go to triple-line-stack and set track labels to 'Offset' instead of the default 'Overlapping'. In my opinion, if we set the Offset as default it will be a desirable ux.
![Screen Shot 2023-08-07 at 11 46 02 AM](https://private-user-images.githubusercontent.com/3673723/258874185-47539965-b14d-4507-a129-17e4a491fa33.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODgzODMsIm5iZiI6MTczODg4ODA4MywicGF0aCI6Ii8zNjczNzIzLzI1ODg3NDE4NS00NzUzOTk2NS1iMTRkLTQ1MDctYTEyOS0xN2U0YTQ5MWZhMzMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDAyODAzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTI5MDViYWY5YjgxMWU0MDk3ZDM0MGRjZDQ3MjYxMjJlZjVhZmUxYzE0MzhiZmMzM2ZiYzJjNDgxMzY0ZjQxNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.hqch_eWvQsT0MMwp257EmZpLalYbzFP5pWUUmNB-RN0)
Hint for reproducing: start a JB2 instance of PB in an incognito window, add a linear genome, and zoom in to the feature reaosonably large to see the overlapping effect.
Adding screenshot to explain the overlapping vs. offset effect:
For @adf-ncgr and @ctcncgr to check if this can be achieved in the JB2 config.
The text was updated successfully, but these errors were encountered: