diff --git a/conf/eddie.config b/conf/eddie.config index 17ddbba..70e0dcc 100644 --- a/conf/eddie.config +++ b/conf/eddie.config @@ -23,8 +23,6 @@ process { beforeScript = """ . /etc/profile.d/modules.sh - sleep 2 - module load 'anaconda/5.3.1' module load 'roslin/singularity/3.5.3' export SINGULARITY_TMPDIR="\$TMPDIR" """ @@ -46,4 +44,7 @@ env { singularity { envWhitelist = "SINGULARITY_TMPDIR" runOptions = '-p' -} \ No newline at end of file + enabled = true + autoMounts = true +} +