diff --git a/nextflow.config b/nextflow.config index 771530ad..d4d42115 100755 --- a/nextflow.config +++ b/nextflow.config @@ -30,7 +30,7 @@ profiles { process { errorStrategy = 'terminate' container = '/path/to/macsyfinder/Apptainer/macsyfinder-2.1rc1.simg' - withName: macsyfinder + withName: macsyfinder { cpus = params.worker } }