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

Pip >=10 Compatability #80

Closed ignacio3437 closed 5 years ago

ignacio3437 commented 6 years ago

I had to alter setup.py to be pip >=10 compatible.

line 4: from pip._internal.req import parse_requirements

and line 29: pip._internal.main(["install", req])

jguhlin commented 5 years ago

Thank you for this, I was wondering what was wrong.

DRL commented 5 years ago

New release will address this issue.

cheers,

dom