From ac50938a81ca210b297a8098e92648a67c62b9e7 Mon Sep 17 00:00:00 2001 From: "Dr. Ernie Prabhakar" <19791+drernie@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:37:53 -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