Skip to content

Commit

Permalink
Merge pull request #607 from legumeinfo/redis_loader-601
Browse files Browse the repository at this point in the history
Redis loader 601
  • Loading branch information
adf-ncgr authored Sep 14, 2023
2 parents d11cd02 + 13fb77b commit e213722
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redis_loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ If the program was built as a docker container, it can be run as follows
Any `*.sh` scripts in the container /docker-entrypoint-initdb.d directory will be processed if the `REDIS_DB` (default 0) at `REDIS_HOST` (default 'localhost') on port `REDIS_PORT` (default 6379) is empty:

$ docker run -e REDIS_HOST=my-redis-db-host -v $PWD/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d redis_loader

See [gcv-docker-compose](https://github.com/legumeinfo/gcv-docker-compose#redis_loader) instructions for running in the context of the system for which the service was conceived (example with actual data given there!).
Binary file added tests/data/genes.gff3.gz
Binary file not shown.
Binary file added tests/data/genome.gff3.gz
Binary file not shown.
Binary file added tests/data/gfa.tsv.gz
Binary file not shown.

0 comments on commit e213722

Please sign in to comment.