Ecogenomics / GTDBNCBI

The GTDB provides the software infrastructure for working with a large collection of genomic resources. The major goal of this initiative is to provide a phylogenetically consistent taxonomy for archaea and bacteria.
https://gtdb.ecogenomic.org/
GNU General Public License v3.0
9 stars 2 forks source link

feat: migrated code to Python3; removed unused imports; moved checkin… #57

Closed donovan-h-parks closed 11 months ago

donovan-h-parks commented 1 year ago

…g of 3rd party programs to init methods of classes with dependency

donovan-h-parks commented 1 year ago

Hi @pchaumeil. It was causing me a lot of headaches to have this code base by incompatible with Python3. As such, I've updated it to be Python3 compliant. I don't expect this will cause any issues, but wanted to flag this updated with you in case you experience problems. Please merge this into master unless you feel there is an issue we need to stick with the old code.