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)
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)