mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Add SNIC_TMP to config
This commit is contained in:
parent
4f8b0d6478
commit
e557e94bfb
1 changed files with 3 additions and 0 deletions
|
@ -10,11 +10,14 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
envWhitelist = 'SNIC_TMP'
|
||||
}
|
||||
|
||||
process {
|
||||
executor = 'slurm'
|
||||
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
|
||||
// Use node local storage for execution.
|
||||
scratch = '$SNIC_TMP'
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue