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

Reduce SVConcordance memory usage #623

Merged
merged 4 commits into from
Jan 17, 2024
Merged

Reduce SVConcordance memory usage #623

merged 4 commits into from
Jan 17, 2024

Conversation

mwalker174
Copy link
Collaborator

Updates WDL and GATK docker for SVConcordance following the GATK update here.

Briefly, SVConcordance memory usage is reduced by sorting the VCF with bcftools rather than performing a sort within the tool itself (GATK does have some neat classes for spilling sorted collections to disk, but they would almost certainly be slower than bcftools for a full vcf sort).

Tested successfully on the hgdp cohort.

Copy link
Member

@VJalili VJalili left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left one comment regarding the docker image, all the rest LGTM, thank you!!

@@ -2,7 +2,7 @@
"name": "dockers",
"cnmops_docker": "us.gcr.io/broad-dsde-methods/gatk-sv/cnmops:2023-07-28-v0.28.1-beta-e70dfbd7",
"condense_counts_docker": "us.gcr.io/broad-dsde-methods/tsharpe/gatk:4.2.6.1-57-g9e03432",
"gatk_docker": "us.gcr.io/broad-dsde-methods/markw/gatk:2023-07-13-4.4.0.0-43-gd79823f9c-NIGHTLY-SNAPSHOT",
"gatk_docker": "us.gcr.io/broad-dsde-methods/markw/gatk:mw-sv-concordance-opt-1097258",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating this image! To keep GCR and ACR in sync, I pushed the updated image to ACR; so could you please update inputs/values/dockers_azure.json with the following image?

vahid.azurecr.io/markw/gatk:mw-sv-concordance-opt-1097258

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder here. I have replaced the original branch docker with a gatk nightly build and made sure to push a copy to azure as well.

@mwalker174 mwalker174 merged commit 4a40ac7 into main Jan 17, 2024
2 checks passed
@mwalker174 mwalker174 deleted the mw_sv_concordance_opt branch January 17, 2024 17:12
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

Successfully merging this pull request may close these issues.

2 participants