1
0
Fork 0
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:
Phil Ewels 2021-04-08 15:06:00 +02:00 committed by GitHub
commit 2f77d16b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {