From fc671b7cb3ffeff05a1851ef5f69aa2faae5b2f9 Mon Sep 17 00:00:00 2001 From: Dan Fornika Date: Wed, 5 Jun 2024 14:55:13 -0700 Subject: [PATCH] Restore fluviewer conda env directive --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {