Skip to content

Instantly share code, notes, and snippets.

@gideonite
gideonite / VCF.py
Last active August 29, 2015 14:27 — forked from slowkow/VCF.py
VCF.py is a simple module for reading VCF files
"""
VCF.py
Kamil Slowikowski
October 30, 2013
Read VCF files. Works with gzip compressed files and pandas.
Note: This module ignores the genotype columns because
I didn't need them at the time of writing.