Streamlit app for interactive exploration of the local data/annotale.db SQLite database.
- Inspect database tables, schemas, sample rows
- Visualize sample locations on a country-level map
- View a sample overview and links to related records
- View TALE positions across assemblies and strands for a selected strain
- Open TALE detail views with metadata and sequence downloads
- Navigate TALE family trees and linked TALE selections
data/annotale.dbfile in the repository- Docker with compose support
docker compose up --build -dOpen http://localhost:8501.
To stop:
docker compose downapp.py: Streamlit entrypoint and page navigation.streamlit/config.toml: Streamlit client configurationviews/: page rendering and page-local logicutils/db.py: centralized SQL/database query layerutils/: shared helpers for page setup, taxonomy handling, tree layout, and theme constantsdata/annotale.db: SQLite data source
