1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Define params.project and params.clusterOptions in uppmax config

This commit is contained in:
Phil Ewels 2021-03-26 15:20:32 +01:00
parent 26b5904df1
commit eccc9ea8d5

View file

@ -1,8 +1,10 @@
//Profile config names for nf-core/configs
// Profile config names for nf-core/configs
params {
config_profile_description = 'Swedish UPPMAX cluster profile provided by nf-core/configs.'
config_profile_contact = 'Phil Ewels (@ewels)'
config_profile_url = 'https://www.uppmax.uu.se/'
project = null
clusterOptions = null
}
singularity {