mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Tweak eager settigs
This commit is contained in:
parent
18890fc3cf
commit
70318c3b2a
2 changed files with 103 additions and 99 deletions
|
@ -1,14 +1,12 @@
|
||||||
// Profile config names for nf-core/configs
|
// Profile config names for nf-core/configs
|
||||||
|
|
||||||
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 {
|
profile {
|
||||||
cobra {
|
cobra {
|
||||||
// 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 cobra profile provided by nf-core/configs'
|
||||||
|
}
|
||||||
process {
|
process {
|
||||||
|
|
||||||
withName: malt {
|
withName: malt {
|
||||||
|
@ -63,11 +61,16 @@ process {
|
||||||
}
|
}
|
||||||
raven {
|
raven {
|
||||||
// Specific nf-core/eager process configuration
|
// 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 {
|
process {
|
||||||
|
|
||||||
withName: malt {
|
withName: malt {
|
||||||
maxRetries = 1
|
maxRetries = 1
|
||||||
memory = 2048.GB
|
memory = 20000000.MB
|
||||||
cpus = 72
|
cpus = 72
|
||||||
time = 24.h
|
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)
|
We offer a pipeline specific profile optimised for [nf-core/eager](https://nf-co.re/eager)
|
||||||
|
|
||||||
|
- Maximum parallel running jobs: 30
|
||||||
|
|
||||||
### nf-core/rnaseq
|
### nf-core/rnaseq
|
||||||
|
|
||||||
We offer a pipeline specific profile optimised for [nf-core/rnaseq](https://nf-co.re/rnaseq)
|
We offer a pipeline specific profile optimised for [nf-core/rnaseq](https://nf-co.re/rnaseq)
|
||||||
|
|
Loading…
Reference in a new issue