mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Tweak eager settigs
This commit is contained in:
parent
18890fc3cf
commit
70318c3b2a
2 changed files with 103 additions and 99 deletions
|
@ -1,15 +1,13 @@
|
|||
// Profile config names for nf-core/configs
|
||||
|
||||
params {
|
||||
profile {
|
||||
cobra {
|
||||
params {
|
||||
// Specific nf-core/configs params
|
||||
config_profile_contact = 'James Fellows Yates (@jfy133)'
|
||||
config_profile_description = 'nf-core/eager MPCDF profile provided by nf-core/configs'
|
||||
}
|
||||
|
||||
profile {
|
||||
cobra {
|
||||
// Specific nf-core/eager process configuration
|
||||
process {
|
||||
config_profile_description = 'nf-core/eager MPCDF cobra profile provided by nf-core/configs'
|
||||
}
|
||||
process {
|
||||
|
||||
withName: malt {
|
||||
maxRetries = 1
|
||||
|
@ -61,13 +59,18 @@ process {
|
|||
}
|
||||
}
|
||||
}
|
||||
raven {
|
||||
// Specific nf-core/eager process configuration
|
||||
process {
|
||||
raven {
|
||||
// Specific nf-core/eager process configuration
|
||||
params {
|
||||
// Specific nf-core/configs params
|
||||
config_profile_contact = 'James Fellows Yates (@jfy133)'
|
||||
config_profile_description = 'nf-core/eager MPCDF raven profile provided by nf-core/configs'
|
||||
}
|
||||
process {
|
||||
|
||||
withName: malt {
|
||||
maxRetries = 1
|
||||
memory = 2048.GB
|
||||
memory = 20000000.MB
|
||||
cpus = 72
|
||||
time = 24.h
|
||||
}
|
||||
|
@ -115,5 +118,4 @@ process {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -42,6 +42,8 @@ Sets the following parameters:
|
|||
|
||||
We offer a pipeline specific profile optimised for [nf-core/eager](https://nf-co.re/eager)
|
||||
|
||||
- Maximum parallel running jobs: 30
|
||||
|
||||
### nf-core/rnaseq
|
||||
|
||||
We offer a pipeline specific profile optimised for [nf-core/rnaseq](https://nf-co.re/rnaseq)
|
||||
|
|
Loading…
Reference in a new issue