mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
26 lines
837 B
Text
26 lines
837 B
Text
/*
|
|
* -------------------------------------------------------------
|
|
* Name: UZH
|
|
* Description: UZH science cloud profile provided by nf-core/configs
|
|
* Contact person: Judith Neukamm/Alexander Peltzer (@JudithNeukamm, @apeltzer)
|
|
* URL: https://www.id.uzh.ch/en/scienceit/infrastructure/sciencecloud.html
|
|
* -------------------------------------------------------------
|
|
*/
|
|
singularity {
|
|
enabled = true
|
|
}
|
|
|
|
process {
|
|
executor = 'slurm'
|
|
}
|
|
|
|
params {
|
|
max_memory = 1800.GB
|
|
max_cpus = 112
|
|
max_time = 168.h
|
|
|
|
config_profile_name = 'UZH'
|
|
config_profile_description = 'UZH science cloud profile provided by nf-core/configs'
|
|
config_profile_contact = 'Judith Neukamm/Alexander Peltzer (@JudithNeukamm, @apeltzer)'
|
|
config_profile_url = 'https://www.id.uzh.ch/en/scienceit/infrastructure/sciencecloud.html'
|
|
}
|