CMD + K

pyvcf

Community

A Variant Call Format (VCF) v4.0 and v4.1 parser for Python.

Installation

To install this package, run one of the following:

Installation commands are not available for this package.

Usage Tracking

0.6.8
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

The intent of this module is to mimic the csv module in the Python stdlib, as opposed to more flexible serialization formats like JSON or YAML. vcf will attempt to parse the content of each record based on the data types specified in the meta-information lines -- specifically the ##INFO and ##FORMAT lines. If these lines are missing or incomplete, it will check against the reserved types mentioned in the spec. Failing that, it will just return strings.

About

Summary

A Variant Call Format (VCF) v4.0 and v4.1 parser for Python.

Last Updated

Oct 13, 2020 at 12:15

License

BSD-3-Clause

Total Downloads

14