From 056a665920d2e490bb6e84632623c7072b8adf50 Mon Sep 17 00:00:00 2001 From: Rachel LEGENDRE <rachel.legendre@pasteur.fr> Date: Fri, 4 Oct 2024 16:07:47 +0200 Subject: [PATCH] change epeak singularity from .img to .sif --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4ea2a..d439b1d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A tutorial to create a conda environment with all dependencies is available here Download the apptainer container: -`apptainer pull --arch amd64 --name epeak.img library://rlegendre/epeak/epeak:2.0` +`apptainer pull --arch amd64 --name epeak.sif library://rlegendre/epeak/epeak:2.0` > Note: Please configure apptainer before to pull the image. -- GitLab