1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/pipeline/sarek/cfc.config

26 lines
580 B
Text
Raw Normal View History

// Profile config names for nf-core/configs
params {
// Specific nf-core/configs params
2021-03-11 08:29:03 +00:00
config_profile_contact = 'Friederike Hanssen (@FriederikeHanssen)'
config_profile_description = 'nf-core/sarek CFC profile provided by nf-core/configs'
}
// Specific nf-core/sarek process configuration
process {
withName:'StrelkaSingle|Strelka|StrelkaBP|MantaSingle|Manta' {
2021-03-18 10:11:02 +00:00
memory = 59.GB
cpus = 20
}
withName:'MSIsensor_scan|MSIsensor_msi' {
2021-03-11 15:11:41 +00:00
memory = 55.GB
}
withName:BamQC {
2021-03-11 08:27:08 +00:00
memory = 372.GB
}
withName:MapReads{
cpus = 20
memory = 59.GB
}
}