chapmanb / bcbb

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

Added Python 3 support to GFF parser #78

Closed khughitt closed 10 years ago

khughitt commented 10 years ago

Added support for Python 3 using distribute.

chapmanb commented 10 years ago

Keith -- wow, thank you for doing this. Much appreciated. I hope to get on the Python 3 bandwagon at some point and learn to write my code to be compatible with 2 and 3 without needing the translation. This is a great first start -- thanks again.

khughitt commented 10 years ago

No problem! I've used distribute for a few projects now in order to support Python 2 and 3, and so far it's worked pretty well. Thanks for all of your work on this repo!