Sign inSign up

nmdpbioinformatics/feature-service

By nmdpbioinformatics

•Updated over 9 years ago

Enumerated sequence feature service.

Image
1

2.3K

nmdpbioinformatics/feature-service repository overview

The latest docker image points to 1.0-SNAPSHOT. Pull with:

docker pull nmdpbioinformatics/feature-service

Run against a local mysql:

docker run -d --name feature-service -v $PWD/config:/config --link mysql:featuredb -p 8080:8080 -p 8881:8081 nmdpbioinformatics/feature-service:1.0-SNAPSHOT

Run against a different mysql instance, e.g. with RDS:

docker run -d --name feature-service -v $PWD/prod-config:/config -p 80:8080 -p 81:8081 nmdpbioinformatics/feature-service:1.0-SNAPSHOT /config/rds.yml

Find the source code at https://github.com/nmdp-bioinformatics/service-feature⁠

Tag summary

Content type

Image

Digest

Size

278.9 MB

Last updated

over 10 years ago

docker pull nmdpbioinformatics/feature-service