chapmanb / bcbb

Incubator for useful bioinformatics code, primarily in Python and R
http://bcbio.wordpress.com
609 stars 243 forks source link

Support zero length reads in FakeHandle #133

Closed peterjc closed 3 years ago

peterjc commented 3 years ago

Biopython now uses this to detect file mode (text/unicode versus binary/bytes).

https://github.com/biopython/biopython/issues/3575

chapmanb commented 3 years ago

Peter, thanks so much for the fix and keeping this all compatible.