1
0
Fork 0
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:
Mahesh Binzer-Panchal 2021-10-07 16:05:03 +02:00
parent 4f8b0d6478
commit e557e94bfb

View file

@ -10,11 +10,14 @@ params {
singularity { singularity {
enabled = true enabled = true
envWhitelist = 'SNIC_TMP'
} }
process { process {
executor = 'slurm' executor = 'slurm'
clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" } clusterOptions = { "-A $params.project ${params.clusterOptions ?: ''}" }
// Use node local storage for execution.
scratch = '$SNIC_TMP'
} }
params { params {