// 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 SHH profile provided by nf-core/configs' igenomes_base = "/projects1/public_data/igenomes/" } // Specific nf-core/eager process configuration process { withName: malt { memory = { 725.GB * task.attempt } cpus = { 64 * task.attempt } time = 1440.h queue = { task.memory > 756.GB ? 'supercruncher' : 'long' } } }