The Gen3 Analysis service allows users to run analysis queries on Gen3 data.
assume you have poetry installed:
poetry installpoetry run uvicorn gen3analysis.main:app_instance --reloadNote: the --reload flag is optional and will reload the server on code changes
The server is built with FastAPI and packaged with Poetry.
- Use
bin/run.shto spin up alocalhostinstance of the API - Use
bin/test.shto run all the tests - Use
bin/clean.shto run several formatting and linting commands
The documentation can be browsed in the docs folder, and key documents are linked below.
- Detailed API Documentation
- Quickstart
- Terms & Conditions acceptance — schema, API, and deployed environment setup