You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nf-configs/conf/uzh.config

21 lines
478 B
Plaintext

//Profile config names for nf-core/configs
params{
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'
}
singularity {
enabled = true
}
process {
executor = 'slurm'
}
params {
max_memory = 1800.GB
max_cpus = 112
max_time = 168.h
}