VCF Observer is a web tool that performs VCF file analysis, comparison, and visualization.
git clone the repository and cd into the directory where it was downloaded.
After (optionally) creating a virtual environment and activating it, install the project's dependencies by running pip install -r requirements.txt.
Once the dependencies have been installed, run the following commands to start the tool:
cd apppython app.py
You can then access VCF Observer by clicking the following link:
http://127.0.0.1:8050
