From 599e761bdcac929b8ab2c4f97577f221e6ad8af4 Mon Sep 17 00:00:00 2001 From: buehlere Date: Wed, 20 Nov 2024 15:30:14 -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 2403210..afb0730 100644 --- a/nextflow.config +++ b/nextflow.config @@ -183,7 +183,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@1.3.0' + id 'nf-prov' } prov {