Skip to content

Commit

Permalink
Fix singularity command at README
Browse files Browse the repository at this point in the history
Addressed in issue #103
  • Loading branch information
Dfupa authored Oct 27, 2023
1 parent efe54ec commit aca11f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aca11f1

Please sign in to comment.