mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Sort it
This commit is contained in:
parent
35c715ca3b
commit
29a141adca
2 changed files with 4 additions and 4 deletions
|
@ -93,6 +93,7 @@ Currently documentation is available for the following clusters:
|
|||
* [HEBBE](docs/hebbe.md)
|
||||
* [MENDEL](docs/mendel.md)
|
||||
* [MUNIN](docs/munin.md)
|
||||
* [PASTEUR](docs/pasteur.md)
|
||||
* [PHOENIX](docs/phoenix.md)
|
||||
* [PRINCE](docs/prince.md)
|
||||
* [SHH](docs/shh.md)
|
||||
|
@ -100,7 +101,6 @@ Currently documentation is available for the following clusters:
|
|||
* [UPPMAX-DEVEL](docs/uppmax-devel.md)
|
||||
* [UPPMAX](docs/uppmax.md)
|
||||
* [UZH](docs/uzh.md)
|
||||
* [PASTEUR](docs/pasteur.md)
|
||||
|
||||
### Uploading to `nf-core/configs`
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ params.custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/$
|
|||
|
||||
profiles {
|
||||
aquila { includeConfig "${params.custom_config_base}/conf/aquila.config" }
|
||||
bigpurple { includeConfig "${params.custom_config_base}/conf/bigpurple.config" }
|
||||
binac { includeConfig "${params.custom_config_base}/conf/binac.config" }
|
||||
ccga { includeConfig "${params.custom_config_base}/conf/ccga.config" }
|
||||
ccga_dx { includeConfig "${params.custom_config_base}/conf/ccga_dx.config" }
|
||||
|
@ -27,15 +28,14 @@ profiles {
|
|||
hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" }
|
||||
mendel { includeConfig "${params.custom_config_base}/conf/mendel.config" }
|
||||
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
|
||||
pasteur { includeConfig "${params.custom_config_base}/conf/pasteur.config" }
|
||||
phoenix { includeConfig "${params.custom_config_base}/conf/phoenix.config" }
|
||||
prince { includeConfig "${params.custom_config_base}/conf/prince.config" }
|
||||
shh { includeConfig "${params.custom_config_base}/conf/shh.config" }
|
||||
uct_hex { includeConfig "${params.custom_config_base}/conf/uct_hex.config" }
|
||||
uppmax_devel { includeConfig "${params.custom_config_base}/conf/uppmax.config"; includeConfig "${params.custom_config_base}/conf/uppmax-devel.config" }
|
||||
uppmax { includeConfig "${params.custom_config_base}/conf/uppmax.config" }
|
||||
uzh { includeConfig "${params.custom_config_base}/conf/uzh.config" }
|
||||
prince { includeConfig "${params.custom_config_base}/conf/prince.config" }
|
||||
bigpurple { includeConfig "${params.custom_config_base}/conf/bigpurple.config" }
|
||||
pasteur { includeConfig "${params.custom_config_base}/conf/pasteur.config" }
|
||||
}
|
||||
|
||||
// If user hostnames contain one of these substring and they are
|
||||
|
|
Loading…
Reference in a new issue