sanger-pathogens / gff3toembl

Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI
http://sanger-pathogens.github.io/gff3toembl/
Other
29 stars 13 forks source link

Python 3 support #40

Closed peterjc closed 8 years ago

peterjc commented 8 years ago

The current README does not say which versions of Python are supported. I would guess only Python 2.6 and 2.7? Support for Python 3 would be desirable.

See also #39 as a small step in this direction.

andrewjpage commented 8 years ago

A note has been added to the Readme to say its python 2.7 only because we rely on genome tools bindings which only supports python 2.7.