chapmanb / bcbb

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

make python 3 compatible #103

Closed hredestig closed 8 years ago

hredestig commented 8 years ago

I like this GFF parser but found this incompatibility with python3 would be great to get it fixed upstream

next(x) works in both 3 and 2 but x.next() only works in 2

chapmanb commented 8 years ago

Thanks much for the fix and catch. Much appreciated.