After installing the most recent version of biopython (1.56+), alignment.py generates an ImportError on installation:
% cd taxtastic/taxonomy
% python setup.py install
...
Traceback (most recent call last):
File "setup.py", line 10, in <module>
from __init__ import __version__
File "/shared/silo_researcher/Fredricks_D/bvdiversity/src/taxtastic/taxonomy/__init__.py", line 11, in <module>
from alignment import Alignment
File "/shared/silo_researcher/Fredricks_D/bvdiversity/src/taxtastic/taxonomy/alignment.py", line 5, in <module>
from Bio.Seq import Seq, SeqRecord
ImportError: cannot import name SeqRecord
Until this is fixed, I eliminated the reference to SeqRecord, but this will generate runtime errors!
After installing the most recent version of biopython (1.56+), alignment.py generates an ImportError on installation:
Until this is fixed, I eliminated the reference to SeqRecord, but this will generate runtime errors!