Skip to content

Commit

Permalink
#364: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed May 19, 2024
1 parent 6305eea commit d4c1ca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tmp/
database/
!database/dummy

## Groovy / Java

Expand Down Expand Up @@ -55,7 +56,7 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
*,cover
*.cover
.hypothesis/

# Translations
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ If you have [Docker Desktop](https://www.docker.com/products/docker-desktop) ins
docker build -t vdjdbdb .
```

**NOTE** You may need `sudo` to run docker.

In order to build the database using the newly created local Docker image create some folder (e.g. `/tmp/output`) and use it as a external volume when running Docker image. Docker image always puts the result in `/root/output` folder within docker container.

**NOTE**: Host path, e.g. `/tmp/output`, should be absolute.
Expand All @@ -328,3 +330,4 @@ mkdir -p /tmp/output
docker run -v /tmp/output:/root/output vdjdbdb
```

Pre-built images can be found at [DockerHub](https://hub.docker.com/r/mikessh/vdjdb)
Empty file added database/dummy
Empty file.

0 comments on commit d4c1ca0

Please sign in to comment.