I'm unable to run seqmagick on a clean python / biopython installation:
(seqmagick-test)cmccoy@dhcp151146$ seqmagick
Traceback (most recent call last):
File "/Users/cmccoy/.virtualenvs/seqmagick-test/bin/seqmagick", line
9, in <module>
from seqmagick.magickwrap import MagickWrap
File
"/Users/cmccoy/.virtualenvs/seqmagick-test/lib/python2.7/site-packages/seqmagick/magickwrap.py",
line 17, in <module>
from Bio.Seq import Seq, SeqRecord
ImportError: cannot import name SeqRecord
This should be changed to:
from Bio.Seq import Seq
from Bio.SeqRecord import SeqRecord
I'm unable to run seqmagick on a clean python / biopython installation:
This should be changed to:
See: https://github.com/biopython/biopython/commit/4b03f91f3561f46e0b3341dce8be7e871d10f97b