From c2c808ae79a3122e903a043af342d5417749577f Mon Sep 17 00:00:00 2001 From: "Dr. Ernie Prabhakar" Date: Thu, 5 Dec 2024 16:39:11 -0800 Subject: [PATCH] remove nf-validation --- nextflow.config | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index bb6b6b79..df33f331 100644 --- a/nextflow.config +++ b/nextflow.config @@ -176,7 +176,6 @@ 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 } // Export these variables to prevent local Python/R libraries from conflicting with those in the container