We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036b1bd commit 4a94084Copy full SHA for 4a94084
Amplicon/Illumina/Workflow_Documentation/NF_AmpIllumina-B/workflow_code/nextflow.config
@@ -209,6 +209,7 @@ process {
209
conda = {params.conda.ancombc != null ? params.conda.ancombc : "envs/ancombc.yaml"}
210
container = "quay.io/nasa_genelab/ancombc:2.6.0"
211
cpus = 5
212
+ memory = '10 GB'
213
publishDir = [path: "${params.final_outputs_dir}${params.output_prefix}", mode: params.publishDir_mode]
214
215
}
0 commit comments