Skip to content

Commit 4a94084

Browse files
committed
Increased ANCOMBC's default memory requirement
1 parent 036b1bd commit 4a94084

File tree

1 file changed

+1
-0
lines changed
  • Amplicon/Illumina/Workflow_Documentation/NF_AmpIllumina-B/workflow_code

1 file changed

+1
-0
lines changed

Amplicon/Illumina/Workflow_Documentation/NF_AmpIllumina-B/workflow_code/nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ process {
209209
conda = {params.conda.ancombc != null ? params.conda.ancombc : "envs/ancombc.yaml"}
210210
container = "quay.io/nasa_genelab/ancombc:2.6.0"
211211
cpus = 5
212+
memory = '10 GB'
212213
publishDir = [path: "${params.final_outputs_dir}${params.output_prefix}", mode: params.publishDir_mode]
213214

214215
}

0 commit comments

Comments
 (0)