1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 13:13:09 +00:00
nf-configs/conf/pipeline/sarek/crukmi.config

19 lines
535 B
Text
Raw Normal View History

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
}
}