Results 919 comments of Colin Diesh

@tberardini I proposed a PR here that could try to help https://github.com/GMOD/jbrowse-components/pull/4354 it makes it so the CDS specifically are capitalized. It actually doesn't capitalize UTR parts of the exon,...

good note. i'll check into that. if you want to try what it looks like on the latest branch, you can visit https://jbrowse.org/code/jb2/main/?session=share-iiDJabvMxM&password=O3Iv3 ![image](https://github.com/GMOD/jbrowse-components/assets/6511937/b083baba-aeed-47a5-908d-df8690a384b6) and the other feature request (#3873...

there are some further subtle points of discussion at #4618 but this PR fixes the main issue and @carolyntcaron confirmed it worked for their use case

we have an in progress feature that is called track pinning that could help. pinning is a little bit more even than move to top https://github.com/GMOD/jbrowse-components/pull/4237 as it activates the...

added in #4337 (separate from the pin tracks functionality)

is the primary request to hide the subfeatures with other requests being kinda secondary?

If you add ``` "formatDetails": { "maxDepth": 0 }, ``` to your track config, it will hide all the subfeatures example ``` { "type": "FeatureTrack", "trackId": "bigbed_genes", "name": "BigBed genes",...

hope that helps, i can also consider the collapse by default option also