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:
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