PyVCF icon indicating copy to clipboard operation
PyVCF copied to clipboard

VCFReader uses encoding even if uncompressed

Open alcides opened this issue 6 years ago • 1 comments

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.

alcides avatar May 03 '18 14:05 alcides

I think this should be merged, the support for python3 now is a must.

homonecloco avatar Mar 11 '21 10:03 homonecloco