From ad12bd4ad13eea61c152209241c2ca928846fcf4 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 28 Apr 2020 16:03:06 +0100 Subject: [PATCH] testing automounts --- conf/icr_davros.config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/icr_davros.config b/conf/icr_davros.config index 7ba51ff..9aa572a 100644 --- a/conf/icr_davros.config +++ b/conf/icr_davros.config @@ -8,12 +8,13 @@ */ params { config_profile_description = "Nextflow nf-core profile for ICR davros HPC" - config_profile_contact = "Adrian Larkeryd" + config_profile_contact = "Adrian Larkeryd (@adrlar)" } singularity { enabled = true - runOptions = "--bind /mnt:/mnt --bind /data:/data" + // runOptions = "--bind /mnt:/mnt --bind /data:/data" + autoMounts = true } executor { @@ -35,4 +36,4 @@ params { max_memory = 12.GB max_time = 168.h igenomes_base = "/mnt/scratch/readonly/igenomes" -} \ No newline at end of file +}