mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +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
|
@ -3,6 +3,9 @@ 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