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

Autoindex should parse tabix-indexed monolithic VCFs in parallel #4277

Open
jeizenga opened this issue Apr 25, 2024 · 0 comments
Open

Autoindex should parse tabix-indexed monolithic VCFs in parallel #4277

jeizenga opened this issue Apr 25, 2024 · 0 comments

Comments

@jeizenga
Copy link
Contributor

We've had a few users complain about autoindex's excessively slow chunking process for VCFs when they are provided as a single file for all chromosomes (e.g. #4274). This results from a single-threaded linear scan over the VCF to parcel it out to chunks that subsequently run in parallel. If the VCF is tabix-indexed, it should be possible to chunk the VCF in parallel across chromosomes, which would alleviate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant