mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Removed Conda, added automount Singularity
This commit is contained in:
parent
d4cd07c646
commit
059d353a1e
1 changed files with 4 additions and 3 deletions
|
@ -23,8 +23,6 @@ process {
|
||||||
beforeScript =
|
beforeScript =
|
||||||
"""
|
"""
|
||||||
. /etc/profile.d/modules.sh
|
. /etc/profile.d/modules.sh
|
||||||
sleep 2
|
|
||||||
module load 'anaconda/5.3.1'
|
|
||||||
module load 'roslin/singularity/3.5.3'
|
module load 'roslin/singularity/3.5.3'
|
||||||
export SINGULARITY_TMPDIR="\$TMPDIR"
|
export SINGULARITY_TMPDIR="\$TMPDIR"
|
||||||
"""
|
"""
|
||||||
|
@ -46,4 +44,7 @@ env {
|
||||||
singularity {
|
singularity {
|
||||||
envWhitelist = "SINGULARITY_TMPDIR"
|
envWhitelist = "SINGULARITY_TMPDIR"
|
||||||
runOptions = '-p'
|
runOptions = '-p'
|
||||||
|
enabled = true
|
||||||
|
autoMounts = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue