From da2a9047b000947805d2540aadbaba601a02c274 Mon Sep 17 00:00:00 2001 From: Martin Proks Date: Mon, 5 Aug 2019 14:59:36 +0200 Subject: [PATCH] fix: added kraken to the list (#64) --- README.md | 1 + nfcore_custom.config | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 059aa30..6e68fb4 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Currently documentation is available for the following clusters: * [CZBIOHUB_AWS_HIGHPRIORITY](docs/czbiohub.md) * [GIS](docs/gis.md) * [HEBBE](docs/hebbe.md) +* [KRAKEN](docs/kraken.md) * [MENDEL](docs/mendel.md) * [MUNIN](docs/munin.md) * [PASTEUR](docs/pasteur.md) diff --git a/nfcore_custom.config b/nfcore_custom.config index 2d4c183..9e7d190 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -22,6 +22,7 @@ profiles { czbiohub_aws_highpriority { includeConfig "${params.custom_config_base}/conf/czbiohub_aws.config"; includeConfig "${params.custom_config_base}/conf/czbiohub_aws_highpriority.config" } gis { includeConfig "${params.custom_config_base}/conf/gis.config" } hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" } + kraken { includeConfig "${params.custom_config_base}/conf/kraken.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" }