mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-12-04 04:39:54 +00:00
added leicester profile
This commit is contained in:
parent
e9ba223103
commit
e8ce4fe8df
1 changed files with 16 additions and 0 deletions
16
conf/leicester.config
Normal file
16
conf/leicester.config
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
//Profile config names for nf-core/configs
|
||||||
|
params {
|
||||||
|
config_profile_description = 'ALICE and SPECTRE cluster profile provided by nf-core/configs.'
|
||||||
|
config_profile_contact = 'Matiss Ozols - mo246@leichester.ac.uk | mo11@sanger.ac.uk | matiss.ozols@manchester.ac.uk | mo513@cam.ac.uk'
|
||||||
|
}
|
||||||
|
|
||||||
|
singularity {
|
||||||
|
enabled = true
|
||||||
|
envWhitelist = 'TZ'
|
||||||
|
}
|
||||||
|
|
||||||
|
process {
|
||||||
|
executor = 'pbs'
|
||||||
|
queue = { task.time <= 24.h ? 'short' : task.time > 672.h ? 'long' : 'medium'}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue