From e87bfbf6687547476b97996bde56b0e827bdc2ab Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Thu, 7 Mar 2024 11:46:27 +0100 Subject: [PATCH] Update comments --- .nf-core.yml | 2 ++ nextflow.config | 1 + 2 files changed, 3 insertions(+) diff --git a/.nf-core.yml b/.nf-core.yml index 1f6d2308..90cfd21c 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -5,4 +5,6 @@ lint: - .github/ISSUE_TEMPLATE/bug_report.yml files_exist: - lib/Utils.groovy + # TODO This is because of an issue with the monochromeLogs parameter + # See nextflow.config for details schema_params: False diff --git a/nextflow.config b/nextflow.config index bf24e8a9..3fe5c47f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -97,6 +97,7 @@ params { // TODO temporary workaround a warning // not used anywhere and should not be necessary anymore after a nf-validation plugin update + // TODO when removing this, also remove the ignored lint check from .nf-core.yml monochromeLogs = null }