1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Add author lines

This commit is contained in:
Olga Botvinnik 2019-05-31 08:16:51 -07:00
parent 66eeeebe81
commit 1b2fcf5a98

View file

@ -1,12 +1,19 @@
/*
* -------------------------------------------------
* Nextflow config file for UPPMAX (milou / irma)
* Nextflow config file for Chan Zuckerberg Biohub
* -------------------------------------------------
* Defines reference genomes, using iGenome paths
* Imported under the default 'standard' Nextflow
* profile in nextflow.config
*/
//Profile config names for nf-core/configs
params {
config_profile_description = 'Chan Zuckerberg Biohub AWS Batch profile provided by nf-core/configs.'
config_profile_contact = 'Olga Botvinnik (@olgabot)'
config_profile_url = 'https://www.czbiohub.org/'
}
docker {
enabled = true
}