This repository contains the code supporting several restful microservices used by the consortia.
The Atlas Consortia Commons library is available through PyPi via the command:
pip install atlas-consortia-commons
The atlas-consortia-commons requirements can be found here
The code includes:
- UBKG: For querying Unified Biomedical Knowledge Graph (UBKG) application interface
- REST: For making standardised rest responses
- Please use:
snake_case
to name methods and variables.PascalCase
for class names.
- Do follow any additional code formatting and styles as seen in the project
- Install
pytest
using the command
pip install -r requirements.dev.txt
- Run the tests using the command
pytest