1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Merge pull request #49 from maxibor/master

Fix queuesize Ccope and Singularity
This commit is contained in:
James A. Fellows Yates 2019-06-18 20:36:36 +02:00 committed by GitHub
commit 505af9a909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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