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

GenomicsDBImport running slowly on cluster #767

Closed
DrMcStrange opened this issue Oct 2, 2022 · 1 comment
Closed

GenomicsDBImport running slowly on cluster #767

DrMcStrange opened this issue Oct 2, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@DrMcStrange
Copy link

Description of the bug

NFCORE_SAREK:SAREK:GERMLINE_VARIANT_CALLING:RUN_HAPLOTYPECALLER:JOINT_GERMLINE:GATK4_GENOMICSDBIMPORT processes consistently run slowly on my cluster. My initial test runs (joint germline calling with five WGS samples) crashed after hitting walltime on these processes, after the standard retry with doubled resources. Quadrupling the default walltime got them through, but even then the occasional job timed out and needed a retry.

I found some relevant info here: https://gatk.broadinstitute.org/hc/en-us/articles/360056138571-GenomicsDBImport-usage-and-performance-guidelines

I edited my local copy of modules/nf-core/modules/gatk4/genomicsdbimport/main.nf to add the following options in the gatk command:

--genomicsdb-shared-posixfs-optimizations true
--bypass-feature-reader

This resulted in a ~60-fold speed-up of the GATK_GENOMICSDBIMPORT jobs, with the mean duration reduced from 3h21m to 3m08s.

I'm not sure whether these options should be on by default, or whether that might cause issues on other systems.

I'm running a locally-installed Sarek 3.0, with PBS Pro as scheduler. The cluster is a mix of nodes with 28 Intel CPUs and 128GB RAM, and nodes with 128 AMD CPUs and 1TB RAM, all connected to scratch storage by 100Ggbs ethernet or infiniband.

Command used and terminal output

No response

Relevant files

No response

System information

No response

@FriederikeHanssen
Copy link
Contributor

as far as I understand this blog post there are no downsides to it: https://gatk.broadinstitute.org/hc/en-us/articles/360056138571-GenomicsDBImport-usage-and-performance-guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants