From 85af52be6ac31c41731b3983198f21bd65c075ff Mon Sep 17 00:00:00 2001 From: nf-core_bot Date: Tue, 2 May 2023 11:48:23 +0200 Subject: [PATCH 1/2] fixes for the website --- conf/dkfz.config | 2 ++ docs/maestro.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/dkfz.config b/conf/dkfz.config index a4d83748d..65d6be889 100644 --- a/conf/dkfz.config +++ b/conf/dkfz.config @@ -1,8 +1,10 @@ params { + config_profile_description = 'Deutsches Krebsforschungszentrum (DKFZ) HPC cluster profile provided by nf-core/configs' config_profile_contact = 'Kübra Narcı kuebra.narci@dkfz-heidelberg.de' config_profile_name = 'DKFZ cluster' + max_cpus = 30 max_memory = '250.GB' max_time = '48.h' diff --git a/docs/maestro.md b/docs/maestro.md index 718342b88..1dd0d5ddf 100644 --- a/docs/maestro.md +++ b/docs/maestro.md @@ -14,6 +14,6 @@ Also, do not forget to run nextflow using tmux or alike. ## Other profiles at Pasteur -If you are using TARS cluster, please refer to pasteur profile. +If you are using TARS cluster, please refer to the [pasteur profile]((docs/pasteur.md)). -Please refer to docs/pasteur.md for installing and running nf-core instructions. +Please refer to [docs/pasteur.md](docs/pasteur.md) for installing and running nf-core instructions. From 47eaf70ba37d52d20d0a4126100d7572474d58eb Mon Sep 17 00:00:00 2001 From: nf-core_bot Date: Tue, 2 May 2023 13:02:41 +0200 Subject: [PATCH 2/2] fix linting --- docs/maestro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maestro.md b/docs/maestro.md index 1dd0d5ddf..1a758f3c5 100644 --- a/docs/maestro.md +++ b/docs/maestro.md @@ -14,6 +14,6 @@ Also, do not forget to run nextflow using tmux or alike. ## Other profiles at Pasteur -If you are using TARS cluster, please refer to the [pasteur profile]((docs/pasteur.md)). +If you are using TARS cluster, please refer to the [pasteur profile](<(docs/pasteur.md)>). Please refer to [docs/pasteur.md](docs/pasteur.md) for installing and running nf-core instructions.