mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Create sanger.config
This commit is contained in:
parent
7498e29ec0
commit
7d8770af1a
1 changed files with 26 additions and 0 deletions
26
conf/sanger.config
Normal file
26
conf/sanger.config
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
params {
|
||||||
|
config_profile_description = 'The Wellcome Sanger Institute HPC cluster profile'
|
||||||
|
config_profile_contact = 'Anthony Underwood (@aunderwo)'
|
||||||
|
config_profile_url = 'https://www.sanger.ac.uk/group/informatics-support-group/'
|
||||||
|
}
|
||||||
|
|
||||||
|
singularity {
|
||||||
|
enabled = true
|
||||||
|
cacheDir = "${baseDir}/singularity"
|
||||||
|
runOptions = '--bind /lustre --bind /nfs/pathnfs01 --bind /nfs/pathnfs02 --bind /nfs/pathnfs03 --bind /nfs/pathnfs04 --bind /nfs/pathnfs05 --bind /nfs/pathnfs06 --no-home'
|
||||||
|
}
|
||||||
|
|
||||||
|
process{
|
||||||
|
executor = 'lsf'
|
||||||
|
queue = 'normal'
|
||||||
|
errorStrategy = { task.attempt <= 5 ? "retry" : "finish" }
|
||||||
|
process.maxRetries = 5
|
||||||
|
}
|
||||||
|
|
||||||
|
executor{
|
||||||
|
name = 'lsf'
|
||||||
|
perJobMemLimit = true
|
||||||
|
poolSize = 4
|
||||||
|
submitRateLimit = '5 sec'
|
||||||
|
killBatchSize = 50
|
||||||
|
}
|
Loading…
Reference in a new issue