From 0bd19517b30a1a79b27db1d1163293d38f04ef41 Mon Sep 17 00:00:00 2001 From: MaxUlysse Date: Wed, 7 Aug 2019 11:55:56 +0200 Subject: [PATCH] fix: typos --- conf/munin.config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/munin.config b/conf/munin.config index 58e10f7..b1e4628 100644 --- a/conf/munin.config +++ b/conf/munin.config @@ -1,6 +1,6 @@ //Profile config names for nf-core/configs params { - config_profile_description = 'Munin profile provided by nf-core/configs.' + config_profile_description = 'MUNIN profile provided by nf-core/configs.' config_profile_contact = 'Szilveszter Juhos (@szilva)' config_profile_url = '' } @@ -10,10 +10,9 @@ process { maxForks = 48 } -// To use docker, use nextflow run -profile munin,singularity +// To use singularity, use nextflow run -profile munin,singularity singularity { enabled = true - autoMounts = true } // To use docker, use nextflow run -profile munin,docker @@ -29,6 +28,6 @@ params { max_cpus = 48 max_time = 72.h - // AWS iGenomes reference file paths on munin + // Local AWS iGenomes reference file paths igenome_base = '/data1/references/igenomes/' } \ No newline at end of file