Results 924 comments of Colin Diesh

one goal, rather than just addressing this issue for bam/cram, is to make adapter available for other types of tracks such as rendering protein letters on genes

this one, as nice as it might be, might be a bit problematic. might close for now

(would add 1 autorun per track, resulting in thousands of autoruns for some instances that would never be disposed. it also has no method to detect when the sequenceAdapter was...

+1 from Apollo/Ensembl team related idea: making views more compact to reduce need for large scrolls

position sticky might have trouble potentially due to only being relative to parent container (the view)...but could be worth investigating more. could also look at position fixed maybe

I have some interest in this feature from my lab group as well. Another possibility for this feature is to "map refseq names to a refseq id" to present easier...

Looks like several of these were added, everything except callback sorting

i had a somewhat similar issue here i think ...has similar 'wrong version of dependency' used/installed in deep node_modules folder with multiple versions of things.... https://github.com/electron-userland/electron-builder/issues/8503 my question is how...

@raj1701 the code would likely go in this file https://github.com/GMOD/jbrowse-components/blob/main/products/jbrowse-desktop/public/electron.ts we may not have the bandwidth to help, but if you'd like to try, you can

sounds good. see the short note on the readme here for developing the desktop https://github.com/GMOD/jbrowse-components#quick-start-for-developers specifically I recommend launching two tabs for developing the desktop app. the `yarn electron` command...