nick-youngblut / gtdb_to_taxdump

Convert GTDB taxonomy to NCBI taxdump format
MIT License
66 stars 13 forks source link

Fixed import error and regex error #10

Closed dportik closed 2 years ago

dportik commented 2 years ago

Added import gtdb2td statement to avoid error in load_dmp(). Fixed TypeError: cannot use a string pattern on a bytes-like object regex issue by adding .decode('utf-8') to line variable before splitting.

nick-youngblut commented 2 years ago

Thanks for the PR!