1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Removed Conda, added automount Singularity

This commit is contained in:
ameyner2 2021-03-18 12:31:56 +00:00
parent d4cd07c646
commit 059d353a1e

View file

@ -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'
}
enabled = true
autoMounts = true
}