Skip to main content

GUI to visualize and process variant data

Project description

Cutevariant

A standalone and free application to explore genetics variations from VCF file

Published in Bioinformatics Advanced
Documentation available on cutevariant.labsquare.org

Test codecov

Cutevariant is a cross-plateform application dedicated to maniupulate and filter variation from annotated VCF file. When you create a project, data are imported into an sqlite database that cutevariant queries according your needs. Presently, SnpEff and VEP annotations are supported. Once your project is created, you can query variant using different gui controller or directly using the VQL language. This Domain Specific Language is specially designed for cutevariant and try to keep the same syntax than SQL for an easy use.

screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm

Installation

Windows

Standalone binary are available for windows:

Linux

If you run Linux, then you can either use PyPI or install from source. But before you proceed to installation, make sure that running this command:

sqlite3 --version

returns at least 3.32. If not, run:

# Uninstall previous versions of sqlite3 (to avoid conflicts)
sudo apt remove sqlite3
# Download latest sqlite version
wget https://www.sqlite.org/2022/sqlite-autoconf-3380500.tar.gz
# Extract it
tar -xvf sqlite-autoconf-3380500.tar.gz
cd sqlite-autoconf-3380500
./configure
# Run make to build
make
# Run make install, this will put the shared object in /usr/local/lib
sudo make install
# Then add LD_LIBRARY_PATH to your bash profile (either ~/.zshrc, ~/.bashrc, or whatever is your favorite)
echo "export LD_LIBRARY_PATH=/usr/local/lib" >> ~/.zshrc
# Source your shell profile so you don't have to restart it
source ~/.zshrc
#Now just to be sure:
sqlite3 --version
# You should see 3.38 now. If not, this means that the installation went wrong.
# That's it! Now you can install cutevariant, either from PyPI or directly from source

PyPi

Cutevariant is avaible from Pypi :

pip install cutevariant # install
python -m cutevariant   # run

From source

  • Python 3.7 or newer is required
# Clone repository
git clone https://github.com/labsquare/cutevariant.git
cd cutevariant
# Create a virtual environement
python3 -m virtualenv venv 
source venv/bin/activate
# Install cutevariant in local mode
python -m pip install -e 
# Run cutevariant as module 
python -m cutevariant # or `make run`
# Run test 
python -m pytest tests

Usages

You can follow this tutorial to familiarize yourself with cutevarant.
https://github.com/labsquare/cutevariant/wiki/Usage-examples

The VQL langage specification is available here :
https://github.com/labsquare/cutevariant/wiki/VQL-language

Contributions / Bugs

Cutevariant is a new project and all contributors are welcome

Issues

If you found a bug or have a feature request, you can report it from the Github isse trackers.

Create a plugin

Documentation to create a plugin is available here

Chat

You can join us on discord. We are speaking french right now, but we can switch to english.

Licenses

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cutevariant-0.4.4.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cutevariant-0.4.4-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file cutevariant-0.4.4.tar.gz.

File metadata

  • Download URL: cutevariant-0.4.4.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for cutevariant-0.4.4.tar.gz
Algorithm Hash digest
SHA256 ce8d2b59ff1def833fab362d8127c14c1b0f8ec60de034405d138f55898dec00
MD5 e956979aa21dd5836bf4e266f8bf466e
BLAKE2b-256 57b17fafe2ba0c982a5a36c4fbe9e7dadc5b180624d97fff5cf49eefd4a3257e

See more details on using hashes here.

File details

Details for the file cutevariant-0.4.4-py3-none-any.whl.

File metadata

  • Download URL: cutevariant-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for cutevariant-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9f244e37a4074c6bc83d6dc06a3ef51434cea740891ebb1def865510407c4005
MD5 a971d46b4ba47ecfb693b68aa5603e89
BLAKE2b-256 29c0e4a154d0fbf15092d5b6e35aa633968c3f7eca995634398e51e90d38afa5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page