diff --git a/tests/nextflow.config b/tests/nextflow.config index 8ab2078a..6595ce17 100644 --- a/tests/nextflow.config +++ b/tests/nextflow.config @@ -5,7 +5,8 @@ */ params.max_memory = "2.GB" -params.max_cpus = 1 +//params.max_cpus = 1 +params.threads = 1 params.fastp.illumina.args = "-Q"