2022-09-01 10:13:23 +00:00
|
|
|
// Profile config names for nf-core/configs
|
|
|
|
|
|
|
|
params {
|
|
|
|
// Specific nf-core/configs params
|
|
|
|
config_profile_description = 'Cancer Research UK Manchester Institute HPC cluster profile provided by nf-core/configs'
|
|
|
|
config_profile_contact = 'Stephen Kitcatt, Simon Pearce (@skitcattCRUKMI, @sppearce)'
|
|
|
|
config_profile_url = 'http://scicom.picr.man.ac.uk/projects/user-support/wiki'
|
|
|
|
}
|
|
|
|
|
|
|
|
// Specific nf-core/sarek process configuration
|
|
|
|
process {
|
|
|
|
|
|
|
|
withName: 'SAMTOOLS_MPILEUP' {
|
|
|
|
cpus = 1
|
2022-09-01 10:24:11 +00:00
|
|
|
memory = { 5.GB * task.attempt }
|
2022-09-01 10:13:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|