mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Add author lines
This commit is contained in:
parent
66eeeebe81
commit
1b2fcf5a98
1 changed files with 8 additions and 1 deletions
|
@ -1,12 +1,19 @@
|
||||||
/*
|
/*
|
||||||
* -------------------------------------------------
|
* -------------------------------------------------
|
||||||
* Nextflow config file for UPPMAX (milou / irma)
|
* Nextflow config file for Chan Zuckerberg Biohub
|
||||||
* -------------------------------------------------
|
* -------------------------------------------------
|
||||||
* Defines reference genomes, using iGenome paths
|
* Defines reference genomes, using iGenome paths
|
||||||
* Imported under the default 'standard' Nextflow
|
* Imported under the default 'standard' Nextflow
|
||||||
* profile in nextflow.config
|
* 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 {
|
docker {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue