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

Possible 4x speed up of merge --gvcf ref.fa #2106

Open
pd3 opened this issue Feb 21, 2024 · 1 comment
Open

Possible 4x speed up of merge --gvcf ref.fa #2106

pd3 opened this issue Feb 21, 2024 · 1 comment

Comments

@pd3
Copy link
Member

pd3 commented Feb 21, 2024

This needs to be tested, but it appears that merge --gvcf ref.fa is 4x slower than merge --gvcf -. This may be caused by inefficient use of faidx_fetch_seq; would pre-loading and caching the reference sequence help?

@jkbonfield
Copy link
Contributor

Have you tried doing a small file and using perf record (and perf report) to profile it? It'll soon point out where the differences in CPU lie.

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

2 participants