iqbal-lab-org / gramtools

Genome inference from a population reference graph
MIT License
92 stars 15 forks source link

Kmer generation fails silently when Biopython module not installed for python2.7 #49

Closed ffranr closed 7 years ago

ffranr commented 7 years ago

When running gramtools.py with the build command, utils/variantKmers.py fails silently when Biopython is not installed for python 2.7.

ffranr commented 7 years ago

Fixed on all branches. variantKmers is now directly imported by the runner script.