From 5ffed6f5720c5199ce1104a8d29aa9f049eb0582 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Tue, 30 Jul 2024 14:25:08 +0200 Subject: [PATCH] remove double nf-validation declaration --- nextflow.config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nextflow.config b/nextflow.config index 46b25dcd..182c8cf1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -318,7 +318,3 @@ def check_max(obj, type) { } } } - -plugins { - id 'nf-validation@1.1.3' -}