From 43f6f55ba2999cf323bcf94f286fcd2fc460236a Mon Sep 17 00:00:00 2001 From: Maxime Garcia Date: Wed, 20 Nov 2019 15:13:13 +0100 Subject: [PATCH] Update pipeline/sarek.config --- pipeline/sarek.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/sarek.config b/pipeline/sarek.config index 6935794..aed6a1d 100644 --- a/pipeline/sarek.config +++ b/pipeline/sarek.config @@ -2,7 +2,7 @@ * ------------------------------------------------- * nfcore/sarek custom profile Nextflow config file * ------------------------------------------------- - * Config options for all custom environments. + * Config options for custom environments. * Cluster-specific config options should be saved * in the conf/pipeline/sarek folder and imported * under a profile name here. @@ -10,4 +10,4 @@ profiles { munin { includeConfig "${params.custom_config_base}/conf/pipeline/sarek/munin.config" } -} \ No newline at end of file +}