Enumerated sequence feature service.
2.3K
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
Content type
Image
Digest
Size
278.9 MB
Last updated
over 10 years ago
docker pull nmdpbioinformatics/feature-service