From ef41306a9fa462be3f5b7676c5b2d742d18645ba Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Fri, 4 Jan 2019 16:44:43 +0100 Subject: [PATCH] List cluster configs in README properly --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ce8bc7a..31bfb85 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,22 @@ You will have to create a [Markdown document](https://www.markdownguide.org/gett See [`nf-core/configs/docs`](https://github.com/nf-core/configs/tree/master/docs) for examples. +Currently documentation is available for the following clusters: + +* [BINAC](docs/binac.md) +* [CCGA](docs/ccga.md) +* [CFC](docs/binac.md) +* [CRICK](docs/crick.md) +* [GIS](docs/gis.md) +* [HEBBE](docs/hebbe.md) +* [MENDEL](docs/mendel.md) +* [PHOENIX](docs/phoenix.md) +* [SHH](docs/shh.md) +* [UCT_HEX](docs/uct_hex.md) +* [UPPMAX-DEVEL](docs/uppmax-devel.md) +* [UPPMAX](docs/uppmax.md) +* [UZH](docs/uzh.md) + ### Uploading to `nf-core/configs` [Fork](https://help.github.com/articles/fork-a-repo/) the `nf-core/configs` repository to your own GitHub account. Within the local clone of your fork add the custom config file to the [`conf/`](https://github.com/nf-core/configs/tree/master/conf) directory, and the documentation file to the [`docs/`](https://github.com/nf-core/configs/tree/master/docs) directory. You will also need to edit and add your custom profile to the [`nfcore_custom.config`](https://github.com/nf-core/configs/blob/master/nfcore_custom.config) file in the top-level directory of the clone.