mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Add UZH
This commit is contained in:
parent
bc8e05f4b3
commit
9c97680d4c
1 changed files with 11 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* --------------------------------------------------------------------------------
|
* -------------------------------------------------------------
|
||||||
* Nextflow config file for use with Singularity on University of Zurich Cluster
|
* 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 {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
@ -16,4 +18,9 @@ params {
|
||||||
max_memory = 1800.GB
|
max_memory = 1800.GB
|
||||||
max_cpus = 112
|
max_cpus = 112
|
||||||
max_time = 168.h
|
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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue