pnpnpn / dna2vec

dna2vec: Consistent vector representations of variable-length k-mers
MIT License
182 stars 60 forks source link

Python 2.7 compatibility and missing dependency #7

Closed aldro61 closed 6 years ago

aldro61 commented 6 years ago

Hi @pnpnpn!

Thanks for making your code open-source. I fixed a few issues that I encountered while trying dna2vec:

  1. Missing dependency: "logbook"
  2. Imported the "print_function" from the "future" module to ensure Python 2 compatibility in multi_k_model.py

Cheers, Alex

pnpnpn commented 6 years ago

Lgtm. Thanks!