DRS-compliant API implementation that allows access to data objects. The OpenAPI file specifies a suggested format for DRS-compliant genomic data objects.
- Connexion for implementing the API
- PostgreSQL
- ga4gh Data-Repository-Service(DRS)
- Flask
- Python 3
- Pytest
The server is meant to be run in the context of the CanDIG stack.
An automated test suite is provided, but can only be run in the docker container stack context. If you are running the CanDIG stack, you can run the tests with
docker exec candigv2_drs_1 pytest