From 1f1a9ac5f0fe13401d857adc5472bb7d8da21975 Mon Sep 17 00:00:00 2001 From: Matthieu Muffato Date: Wed, 20 Jul 2022 14:34:25 +0100 Subject: [PATCH] ISG provide the module, not the pathogen informatics team --- docs/sanger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanger.md b/docs/sanger.md index f4c490c..a44acf3 100644 --- a/docs/sanger.md +++ b/docs/sanger.md @@ -17,7 +17,7 @@ If asking Nextflow to use Singularity to run the individual jobs, you should make sure that your account has access to the Singularity binary by adding these lines to your `.bashrc` file ```bash -[[ -f /software/pathogen/farm5 ]] && module load ISG/singularity +[[ -f /software/modules/ISG/singularity ]] && module load ISG/singularity ``` Nextflow shouldn't run directly on the submission node but on a compute node.