MDU-PHL / meningotype

In silico serotyping, finetyping and Bexsero antigen sequence typing of Neisseria meningitidis
GNU General Public License v3.0
11 stars 6 forks source link

Updates to Py3 upgrade #33

Closed schultzm closed 3 years ago

schultzm commented 5 years ago

I have debugged a few things such as from io import StringIO refactored to StringIO() minor version number removed single quotes from BLAST call added .decode('UTF-8') to process.communicate()[0]

schultzm commented 4 years ago

Bump

tseemann commented 4 years ago

I thought the whole tool was being rewritten from scratch using proper python stuff?