mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Merge pull request #49 from maxibor/master
Fix queuesize Ccope and Singularity
This commit is contained in:
commit
505af9a909
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue