Skip to content

MBaysanLab/vcf-observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCF Observer

VCF Observer is a web tool that performs VCF file analysis, comparison, and visualization.

Screenshot of the VCF Observer user interface displaying a Venn diagram.

Installation

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:

  1. cd app
  2. python app.py

You can then access VCF Observer by clicking the following link:
http://127.0.0.1:8050