Closed wbszhu closed 2 years ago
Hi. Try adding from bio import *
at the top. The @
operator in Seq when applied to sequence types, as in your example on line 4, does alignment. In general, you'll need this import for bio-specific features.
Hi,
Thanks for the reply, the problem has been solved!
Lu Zhang.
Hi, I have tried to install it in this way
After doing it, everything is ok. But when i run the code as below (test.seq):
test.seq
I got this error
looking forward to your reply.