From 8e84699b89f7638438178dcfe6cf8e611be52a9b Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Thu, 23 Mar 2023 09:47:39 +0000 Subject: [PATCH] Update lib/NfcoreTemplate.groovy Co-authored-by: James A. Fellows Yates --- lib/NfcoreTemplate.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NfcoreTemplate.groovy b/lib/NfcoreTemplate.groovy index 1be7a1b4..5b0ec202 100755 --- a/lib/NfcoreTemplate.groovy +++ b/lib/NfcoreTemplate.groovy @@ -37,13 +37,13 @@ class NfcoreTemplate { // public static void warnParamsProvidedInConfig(workflow, log) { if (workflow.configFiles.size() > 1) { - log.warn "=============================================================================\n" + + log.warn "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" + " Multiple config files detected!\n" + " Please provide pipeline parameters via the CLI or Nextflow '-params-file' option.\n" + " Custom config files including those provided by the '-c' Nextflow option can be\n" + " used to provide any configuration except for parameters.\n\n" + " Docs: https://nf-co.re/usage/configuration#custom-configuration-files\n" + - "===================================================================================" + "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" } }