diff --git a/config/nextflow_config/compute_resources.config b/config/nextflow_config/compute_resources.config index e835eb6..30d6285 100644 --- a/config/nextflow_config/compute_resources.config +++ b/config/nextflow_config/compute_resources.config @@ -10,7 +10,7 @@ process { errorStrategy = 'ignore' } withLabel: 'high_memory_and_cpus' { - memory = '47G' - cpus = 8 + memory = '100G' + cpus = 16 } }