cutevariant is a light standalone viewer of genetic variation written in Python for Qt. It allows you to view and filter VCF and other format files.
pip install cutevariant # install
cutevariant # run
.
git clone git@github.com:labsquare/cutevariant.git
cd cutevariant
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
make install_deps # install
make install # pip install -e .
make run # start application
make test # start tests
