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

Allow customized config #72

Open
maotian06 opened this issue Nov 29, 2022 · 1 comment
Open

Allow customized config #72

maotian06 opened this issue Nov 29, 2022 · 1 comment

Comments

@maotian06
Copy link

I encountered this issue running a WGS sample with multiple FASTQs. The run failed due to a memory issue in align-DNA. Not sure if we could customize this, so I changed the setting in the align-DNA by reducing the 56 CPUs to 36:

withName: align_DNA_BWA_MEM2 {
        cpus = 36
        }

@yashpatel6 Is there a way to customize this in the config file?

@yashpatel6
Copy link
Collaborator

Hmm you can try updating this line:

subworkflow_cpus = 72

Generally, the metapipeline doesn't directly set any resource allocations for the individual pipelines; if there is a memory error showing up with one of the pipelines, it should really be addressed in that pipeline (probably with some sort of retry mechanism)

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