From 64c65b2ca20e54eafbc5e4b404892a1aba2836db Mon Sep 17 00:00:00 2001 From: buehlere Date: Wed, 13 Nov 2024 10:37:44 -0500 Subject: [PATCH] Update nextflow.config --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 5da4b0f..dfb75ce 100644 --- a/nextflow.config +++ b/nextflow.config @@ -184,7 +184,7 @@ singularity.registry = 'quay.io' // Nextflow plugins plugins { id 'nf-validation@1.1.3' // Validation of pipeline parameters and creation of an input channel from a sample sheet - id 'nf-prov@develop' + id 'nf-prov' } prov {