From 7c5a0871a3582f8fefe3ab6c76ec4c8a2479b5fe Mon Sep 17 00:00:00 2001 From: phue Date: Mon, 29 Mar 2021 19:36:49 +0200 Subject: [PATCH] add note about required nextflow version --- docs/biohpc_gen.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/biohpc_gen.md b/docs/biohpc_gen.md index 66647ac..1078835 100644 --- a/docs/biohpc_gen.md +++ b/docs/biohpc_gen.md @@ -12,5 +12,6 @@ module purge module load nextflow charliecloud/0.22 ``` +>NB: Charliecloud support requires Nextflow version `21.03.0-edge` or later. >NB: You will need an account to use the LRZ Linux cluster as well as group access to the biohpc_gen cluster in order to run nf-core pipelines. >NB: Nextflow will need to submit the jobs via the job scheduler to the HPC cluster and as such the commands above will have to be executed on one of the login nodes.