vcfpy2

Python 3 VCF library, based on vcfpy.


Keywords
vcfpy2
License
MIT
Install
pip install vcfpy2==0.1.2

Documentation

vcfpy2

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. https://travis-ci.com/robertopreste/vcfpy2.svg?branch=master

Python 3 VCF library, based on vcfpy.

This module is only intended to be used by HmtNote; it is an exact clone of the vcfpy module, where a couple of lines of code were changed to better suit my needs.

I found an issue in the original vcfpy module and made a related pull request to fix it. However, it takes some time to accept my changes, while I need them implemented right now for my software to work properly, so I built this parallel module with the edits I need.

As soon as the issue gets fixed in the original module, I will delete this one.

Credits

This package was created with Cookiecutter and the cc-pypackage project template. All credits, however, go to bihealth that created the original vcfpy package.