diff --git a/nextflow.config b/nextflow.config index fc8a924..c67085e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -9,9 +9,9 @@ profiles { scratch = true executor = 'slurm' clusterOptions = { "-A $params.project" } - cpus = 1 - memory = '8G' - time = '3h' + cpus = 8 + memory = '60G' + time = '12h' } }