Open cmdcolin opened 3 months ago
While the initial load is very fast :partying_face: , it introduced a bug loading tracks:
Error: HTTP 404 fetching data/dm61_FS_ampliconset-dec-2023_800nt.ampliconref/alignments/24-FS-13/P001__WB09__24-FS-13__24MB03939-1034_64a6acfdfd.cram bytes 0-131071
../../../packages/core/util/io/RemoteFileWithRangeCache.ts:94:13 (fetchBinaryRange@)
JBrowse 2.13.0
It even happens with the test data:
Error: HTTP 404 fetching volvox.filtered.vcf.gz.tbi
../../../node_modules/generic-filehandle/src/remoteFile.ts:171:13 (readFile@)
JBrowse 2.13.0
interesting. i'm not sure if i fixed it but i pushed another change just now that could potentially help...can try to refetch the branch potentially with jbrowse upgrade --branch frozen_tracks4
again...
Yes that seems to work! :pray:
This is a re-opening of the frozen tracks PR
It will be a challenging PR to get fully merged but interested users can try the branch out
Two optimizations were added to frozen_tracks4 today including (a) removing the clone module, which was accidentally quadratic and introduced big slowdowns after around 64000 tracks and (b) a change to the generateHierarchy function for the track selector to make it faster
cc @Maarten-vd-Sande
this branch (frozen_tracks4)
before today on frozen_tracks4
main branch
some code for testing https://github.com/cmdcolin/jb2-large-tracklist-profiling