GMOD / bam-js

Parse BAM and BAM index files in javascript for node and the browser
MIT License
19 stars 9 forks source link

Large amount of short reads bogs jbrowse down #58

Open cmdcolin opened 4 years ago

cmdcolin commented 4 years ago

Issues like this show that large amounts of data with small genomes e.g. covid can bog down the browser

https://github.com/GMOD/jbrowse/issues/1524

There are some things that this module could possibly do to speed it up

cmdcolin commented 2 years ago

possibly less babelification will have sped this up (not having to do massive amounts of Object.defineProperty), will see