diff --git a/nextflow.config b/nextflow.config index f5aa97f..4c9184d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -79,8 +79,8 @@ profiles { process { withName: fluviewer { + conda = "$baseDir/environments/fluviewer.yml" cpus = 8 - memory = '32 GB' } withName: cutadapt {