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

Improve performance of VCF Genotype Request processing #461

Open
Don-Isdale opened this issue Dec 12, 2024 · 0 comments
Open

Improve performance of VCF Genotype Request processing #461

Don-Isdale opened this issue Dec 12, 2024 · 0 comments
Assignees

Comments

@Don-Isdale
Copy link
Collaborator

Utilise multi-threading for improved performance in processing VCF Genotype Requests

  • use bcftools view instead of zcat | cut. DC noted that view is faster than query for this.
  • use -G, --drop-genotypes to leave out genotype information, for constructing the SNPList
  • use --threads for multi-threaded (used in compression of the output stream)
@Don-Isdale Don-Isdale self-assigned this Dec 12, 2024
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