diff --git a/nextflow.config b/nextflow.config index 7f6b36e..4725494 100644 --- a/nextflow.config +++ b/nextflow.config @@ -341,10 +341,6 @@ profiles { } test { includeConfig 'conf/test.config' } test_full { includeConfig 'conf/test_full.config' } - - plugins { - id 'nf-schema@2.0.0' - } } // Load nf-core custom profiles from different Institutions