GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Add `contig` to the default dontRedispatch list for Gff3TabixAdapter #4465

Closed cmdcolin closed 4 months ago

cmdcolin commented 4 months ago

Fixes https://github.com/GMOD/jbrowse-components/issues/4468

By adding contig to the default dontRedispatch config, we will avoid large data downloads that end up secondarily overflowing the @gmod/gff "buffer size" (we should probably just remove this...) and then causing the error that there are "features reference other features that do not exist in the file" (which is likely false, it's just due to the buffer size being exceeded)