Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SHARK
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
tothpetroczylab
SHARK
Commits
2b8759de
Commit
2b8759de
authored
2 weeks ago
by
Maxim Scheremetjew
Browse files
Options
Downloads
Patches
Plain Diff
docs,fix: Replaced real path with template.
parent
5d01c51c
Branches
develop
master
Tags
2.0.3
1 merge request
!47
docs,fix: Replaced real path with template.
Pipeline
#8390
passed with stage
in 4 minutes and 44 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
2b8759de
...
...
@@ -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
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment