Skip to content
Snippets Groups Projects
Commit 2b8759de authored by Maxim Scheremetjew's avatar Maxim Scheremetjew
Browse files

docs,fix: Replaced real path with template.

parent 5d01c51c
Branches develop master
Tags 2.0.3
1 merge request!47docs,fix: Replaced real path with template.
Pipeline #8390 passed with stage
in 4 minutes and 44 seconds
......@@ -342,8 +342,8 @@ $ docker build . -f Dockerfile -t atplab/bio-shark
$ docker run atplab/bio-shark -h
# You also need to map inputs and outputs volumes from inside the container to your local file system, when you run the docker service
$ docker run -v /Users/maxim/PycharmProjects/shark-capture/ci/IDR_Segments.fasta:/app/inputs/IDR_Segments.fasta \
-v /Users/maxim/PycharmProjects/shark-capture/outputs:/app/outputs \
$ docker run -v <absolute-path-to-file-on-local-machine>/IDR_Segments.fasta:/app/inputs/IDR_Segments.fasta \
-v <absolute-path-to-file-on-local-machine>/outputs:/app/outputs \
atplab/bio-shark /app/inputs/IDR_Segments.fasta outputs
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment