genomic-medicine-sweden / meta-vis

Visualisation of metagenomic analysis results
1 stars 0 forks source link

meta-vis

Visualisation of metagenomic analysis results.

Tutorial

[Last updated: 2024-06-26]

In order to use the API you need the following:

Create and activate a virtual environment and then run pip install -r requirements.txt.

The backend uses the FastAPI Python library, with which can be start development server:

fastapi dev backend/api.py

Note: You need to be in the root of the repo for this to work.

A development server will start at http://127.0.0.1:8000, and it's corresponding Swagger UI can be accessed at http://127.0.0.1:8000/docs