From 21ef25be4372be989736da7889048bc8c8451a75 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:06:48 -0500 Subject: [PATCH] feat: Add nf-validation plugin --- nextflow.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextflow.config b/nextflow.config index dab2fc4..d1ac49c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -150,6 +150,10 @@ env { R_ENVIRON_USER = "/.Renviron" } +plugins { + id 'nf-validation' +} + def check_max(obj, type) { if (type == 'memory') { try {