Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contig to the default dontRedispatch list for Gff3TabixAdapter #4465

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

cmdcolin
Copy link
Collaborator

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

@cmdcolin cmdcolin merged commit deb2102 into main Jun 23, 2024
10 checks passed
@cmdcolin cmdcolin deleted the update_default_dontredispatch branch June 23, 2024 15:44
@cmdcolin cmdcolin added the enhancement New feature or request label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

features reference other features that do not exist in the file
1 participant