1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

Committing changes made by Brandon Wilk so that singularity containers will use scratch space

This commit is contained in:
Austyn Trull 2022-08-23 15:30:13 -05:00
parent 9c26cfddaa
commit 8d5ae4c3ab

View file

@ -5,9 +5,15 @@ params {
config_profile_url = 'https://www.uab.edu/cores/ircp/bds'
}
env {
TMPDIR="$USER_SCRATCH"
SINGULARITY_TMPDIR="$USER_SCRATCH"
}
singularity {
enabled = true
autoMounts = true
runOptions = "--contain --workdir $USER_SCRATCH"
}
process {