mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Committing changes made by Brandon Wilk so that singularity containers will use scratch space
This commit is contained in:
parent
9c26cfddaa
commit
8d5ae4c3ab
1 changed files with 6 additions and 0 deletions
|
@ -5,9 +5,15 @@ params {
|
||||||
config_profile_url = 'https://www.uab.edu/cores/ircp/bds'
|
config_profile_url = 'https://www.uab.edu/cores/ircp/bds'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env {
|
||||||
|
TMPDIR="$USER_SCRATCH"
|
||||||
|
SINGULARITY_TMPDIR="$USER_SCRATCH"
|
||||||
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
autoMounts = true
|
autoMounts = true
|
||||||
|
runOptions = "--contain --workdir $USER_SCRATCH"
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
|
Loading…
Reference in a new issue