diff --git a/nextflow.config b/nextflow.config index 4da6ab70..cb64fcec 100644 --- a/nextflow.config +++ b/nextflow.config @@ -133,11 +133,12 @@ try { // Load nf-core/methylseq custom profiles from different institutions. // Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs! -// try { -// includeConfig "${params.custom_config_base}/pipeline/methylseq.config" -// } catch (Exception e) { -// System.err.println("WARNING: Could not load nf-core/config/methylseq profiles: ${params.custom_config_base}/pipeline/methylseq.config") -// } +try { + includeConfig "${params.custom_config_base}/pipeline/methylseq.config" +} catch (Exception e) { + System.err.println("WARNING: Could not load nf-core/config/methylseq profiles: ${params.custom_config_base}/pipeline/methylseq.config") +} + profiles { debug { dumpHashes = true