Results 547 comments of Colin Diesh

Tried looking at a ~1Mbp region of RNA-seq data w/ @carolinebridge-oicr and it was very slow. The code likely needs to 'bin' the data instead of per-base statistics for the...

The reason for zooming out to this large area was that the RNA-seq data was very sparse, and trying to find 'interesting data' in region. We could also consider 'semantically...

see https://github.com/brentp/mosdepth#how-it-works as a possible method to optimize our snpcoverage. for example, the pseudocode way the way our code currently works is: ``` for(const read of reads): for(const position in...

can look at http://jbrowse.org/code/jb2/main/?config=test_data%2Fconfig_demo.json&session=share-1qNYykeMaS&password=cg9jv to see long read rna-sequencing (e.g. iso-seq but nanopore) and it is fairly performance intensive, would be good to optimize and a lot of the time...

(link above not yet valid, but will be once site is deployed)

I saw the same issue, but might be related to dark reader extension? https://github.com/darkreader/darkreader/issues/12104 maybe can happen in other contexts though too

these are great suggestions...will see what we can do

thank you for the reminder, I am doing a bunch of work in some semi-related areas in the codebase and will see what I can do about getting this added!!

could also potentially allow popping a drawer widget into a window

potential alternative system that does tiling windows https://golden-layout.com/ i tried floating and it kinda works but it is a bit awkward and you get into z-index trouble e.g. context/view menus...