mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #220 from ewels/master
UPPMAX: Avoid undefined parameter warnings
This commit is contained in:
commit
2f77d16b70
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
//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
|
||||
schema_ignore_params = "genomes,input_paths,cluster-options,clusterOptions,project"
|
||||
}
|
||||
|
||||
singularity {
|
||||
|
|
Loading…
Reference in a new issue