PyVCF
PyVCF copied to clipboard
VCFReader uses encoding even if uncompressed
VCF uses encodings only if compressed (gzip).
I moved the check of Python 3 or later to outside the "if compressed" so it occurs in all cases.
I think this should be merged, the support for python3 now is a must.