From aca11f1dffa86be4f0352aa3b0d6270fc382a41d Mon Sep 17 00:00:00 2001 From: Diego Fuentes Palacios <43205584+Dfupa@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:41:22 +0200 Subject: [PATCH] Fix singularity command at README Addressed in issue #103 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f75d1a..5255b4c 100755 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Redundans is also supported by singularity. First install [singularity](https:// You can either use our singularity repository to build the image or to build the image out of the docker image. Then run the first example: ``` #Pull from the singularity repo -singularity pull library://cgenomics/redundans/redundans +singularity pull --arch amd64 library://cgenomics/redundans/redundans:2.0 #Build the image based on the docker repo singularity build redundans.sif docker://cgenomics/redundans