Skip to content

Commit

Permalink
Increase memory for multiqc (#3952)(patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam authored Nov 19, 2024
1 parent 9764e94 commit aa473c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/constants/nf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class NfTowerStatus(StrEnum):

MULTIQC_NEXFLOW_CONFIG = """process {
withName:'MULTIQC' {
memory = { 1.GB * task.attempt }
memory = { 4.GB * task.attempt }
time = { 4.h * task.attempt }
cpus = 2
ext.args = ' --data-format json '
Expand Down

0 comments on commit aa473c5

Please sign in to comment.