From f653f15b1ec21c92e2c6fdd3d2c2174a448be271 Mon Sep 17 00:00:00 2001 From: Claire Hoede <claire.hoede@inra.fr> Date: Wed, 29 May 2024 10:02:56 +0200 Subject: [PATCH] correct minimal version of singularity --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 52a66c47..6c2e716c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -35,11 +35,11 @@ A directory called `metagwgs` containing all source files of the pipeline have b metagWGS needs two [Singularity](https://sylabs.io/docs/) containers to run: Singularity version 3.4.0 or above must be installed. -See [here](https://sylabs.io/guides/3.7/user-guide/quick_start.html#quick-installation-steps) how to install Singularity >=v3.3.0. +See [here](https://sylabs.io/guides/3.7/user-guide/quick_start.html#quick-installation-steps) how to install Singularity >=v3.4.0. **NOTE: you are on [genologin cluster](http://bioinfo.genotoul.fr/)** * Run `search_module Singularity` to find Singularity available versions. -* Run `module load Singularity_module` of the last version (`Singularity_module`) of Singularity installed (>=v3.3.0). +* Run `module load Singularity_module` of the last version (`Singularity_module`) of Singularity installed (>=v3.4.0). * **WARNING:** for any issue during Singularity use on genologin cluster, you can see [this tutorial](https://genotoul-bioinfo.pages.mia.inra.fr/use-nextflow-nfcore-course/singularity/SINGULARITY.html). ## IV. Download or build Singularity containers -- GitLab