Skip to content

Commit ffe0503

Browse files
authored
Fix command to enter Singularity image
1 parent af5d278 commit ffe0503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- Install Singularity
1313
- Open terminal and pull the Docker image: `singularity pull docker://fcyucn/fragpipe:latest`
14-
- Enter the image: `singularity shell --compat --bind /storage:/storage fragpipe_latest.sif /bin/`
14+
- Enter the image: `singularity shell --compat --bind /storage:/storage fragpipe_latest.sif /bin/bash`
1515
- Then, you have entered the Singularity image, and FragPipe is located in `/fragpipe_bin`
1616
- Go to `/fragpipe_bin/fragpipe-x.x/fragpipe-x.x/bin` directory and execute `./fragpipe --help` in the terminal
1717

0 commit comments

Comments
 (0)