Variant tools: an integrated annotation and analysis package for next-generation sequencing data
Project description
Variant Tools
A command line tool for the manipulation, annotation, and analysis of genetic variants from next-generation sequencing studies.
Installation
If you are using a conda environment, you can install variant tools with command
conda install variant_tools -c bioconda -c conda-forge
Option -c conda-forge
is required to enforce the use of conda-forge
version of dependencies (e.g. boost-cpp
) over their counterpoarts in the base channel.
Otherwise, you can try to install it through pip
pip install variant_tools
You might need to install
libboost
gsl
numpy
Cython
- A C++ compiler such as
gcc
and re-run the command if there is no binary (wheel
) distribution for your platform.
Finally, you can checkout the latest version of variant tools from github, and install it with command
python setup.py install
with the aforementioned packages installed.
Documentation
Please refer to Variant Tools documentation for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for variant_tools-3.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30513fc9bc2917dcf89c3081d19861b873dc15e0d13f0ca9f9e94ffdc1b08b4b |
|
MD5 | 41c86bc622073d96d5281ad8e84333e2 |
|
BLAKE2b-256 | f8c4959f8c783682fa72bdd3d274d8e72211c9edb04328119cf14175f9885a2f |