2021-03-10 05:16:18 -05:00
|
|
|
// Profile config names for nf-core/configs
|
|
|
|
|
|
|
|
params {
|
|
|
|
// Specific nf-core/configs params
|
2021-03-11 03:29:03 -05:00
|
|
|
config_profile_contact = 'Friederike Hanssen (@FriederikeHanssen)'
|
2021-03-10 05:16:18 -05:00
|
|
|
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 06:11:02 -04:00
|
|
|
memory = 59.GB
|
|
|
|
cpus = 20
|
2021-03-10 05:16:18 -05:00
|
|
|
}
|
|
|
|
withName:'MSIsensor_scan|MSIsensor_msi' {
|
2021-03-11 10:11:41 -05:00
|
|
|
memory = 55.GB
|
2021-03-10 05:16:18 -05:00
|
|
|
}
|
|
|
|
withName:BamQC {
|
2021-03-11 03:27:08 -05:00
|
|
|
memory = 372.GB
|
2021-03-10 05:16:18 -05:00
|
|
|
}
|
|
|
|
withName:MapReads{
|
2021-03-18 06:06:38 -04:00
|
|
|
cpus = 20
|
2021-03-18 06:10:00 -04:00
|
|
|
memory = 59.GB
|
2021-03-10 05:16:18 -05:00
|
|
|
}
|
2021-03-18 06:06:38 -04:00
|
|
|
}
|