From 6ac92a01345316bad9ad649f57be1a224a417268 Mon Sep 17 00:00:00 2001 From: laurencekuhl Date: Mon, 2 Sep 2024 15:20:53 +0200 Subject: [PATCH] Add the nf-gpt version in the nextflow config --- nextflow.config | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow.config b/nextflow.config index 13d5005c..8e21469c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -230,6 +230,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-gpt@0.4.0' } // Load igenomes.config if required