Skip to content

A tool for analysis of genomic variants in human genomes.

Notifications You must be signed in to change notification settings

SevcanDogramaci/AnGenoV

Repository files navigation

AnGenoV

Poster of AnGenoV

How to install

git clone https://github.com/SevcanDogramaci/AnGenoV.git

Run AnGenoV

cd AnGenoV/

virtualenv .venv

. .venv/bin/activate
Start server
cd server/

pip install -r requirements.txt

export FLASK_APP=application.py

flask run
Start web interface
cd web_interface/

npm install

sudo npm start