varianteval

Library to help compare VCF files


License
BSD-3-Clause
Install
pip install varianteval==0.0.10

Documentation

varianteval

GitHub release PyPI version varianteval

varianteval is a Python library to facilitate the comparison of one or more VCFs against each other and/or truth datasets.

Installation

pip is recommended for varianteval installation.

pip install varianteval

To install from Github source for development, the following commands can be run.

git clone https://github.com/broadinstitute/varianteval.git
pip install -e varianteval/

Getting Started

Don't! This API is currently in pre-pre-alpha form. Unless you're helping to develop this library, don't use it for anything!

Getting help

The varianteval documentation page provides detailed descriptions of API usage and algorithmic details. If you encounter bugs or have questions/comments/concerns, please file an issue on our Github page.

Developers' guide

For information on contributing to varianteval development, visit our developer documentation.