DRL / blobtools

Modular command-line solution for visualisation, quality control and taxonomic partitioning of genome datasets
GNU General Public License v3.0
187 stars 44 forks source link

Py3port #83

Closed cschu closed 5 years ago

cschu commented 5 years ago

This PR ports blobtools to Python 3.5+. It also removes the samtools installation, which can be easily managed, e.g. via conda (and thus causes less trouble with the blobtools installation itself.)

DRL commented 5 years ago

Hi cschu,

thanks for the pull request. I added some of your suggestions to the upcoming release.

Re 2to3fix: this changed the behaviour a bit, so I solved it differently.

cheers,

dom