1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

fix queuesize scope and singularity

This commit is contained in:
maxibor 2019-06-14 19:16:20 +02:00
parent de1b2aa7d2
commit c7eed3fa4c

View file

@ -8,12 +8,16 @@ params {
singularity { singularity {
enabled = true enabled = true
autoMounts = true autoMounts = true
runOptions = '-B /run/shm:/run/shm'
cacheDir = "/projects1/singularity_scratch/cache/" cacheDir = "/projects1/singularity_scratch/cache/"
} }
process { process {
executor = 'slurm' executor = 'slurm'
queue = 'short' queue = 'short'
}
executor {
queueSize = 16 queueSize = 16
} }