We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5d278 commit ffe0503Copy full SHA for ffe0503
docs/tutorial_docker.md
@@ -11,7 +11,7 @@
11
12
- Install Singularity
13
- 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/`
+- Enter the image: `singularity shell --compat --bind /storage:/storage fragpipe_latest.sif /bin/bash`
15
- Then, you have entered the Singularity image, and FragPipe is located in `/fragpipe_bin`
16
- Go to `/fragpipe_bin/fragpipe-x.x/fragpipe-x.x/bin` directory and execute `./fragpipe --help` in the terminal
17
0 commit comments