The GenSpectrum dashboards are interactive dashboards for the analysis of pathogen genomic data.
Visit it: https://genspectrum.org
The dashboards visualize genomic data obtained from several LAPIS instances. They utilize the Dashboard Components library.
Currently, we support the following organisms:
- SARS-CoV-2
- Influenza A
- Influenza A/H5N1
- West Nile Virus
- RSV-A
- RSV-B
The dashboards also allow users to create subscriptions to receive notifications when there is new data above a configurable threshold for certain variant of an organism.
This monorepo contains the following packages:
-
backend/
: The backend for additional features of the dashboard website, currently the notification features. -
website/
: The dashboard website: delivery of the (basically static, via Astro) HTML pages with the embedded Dashboard Components (which are included via npm), which retrieve data from LAPIS instances directly, and some additional client side features accessing the backend.
Check the Docker compose file for an example on how to run the dashboards Docker images.
Use Docker Compose to run the dashboards:
BACKEND_TAG=latest WEBSITE_TAG=latest docker compose up