Kmassau
Results
1
issues of
Kmassau
`from Bio.Seq import UnknownSeq` is deprecated in biopython 1.81 ( https://github.com/biopython/biopython/blob/dcf52bd4546410e1a60d39fbcd4c0041ec1e6fe6/DEPRECATED.rst#biosequnknownseq) and we have the error below: ```python from BCBio.GFF.GFFParser import GFFParser, DiscoGFFParser, GFFExaminer, parse, parse_simple /usr/local/lib/python3.9/site-packages/BCBio/GFF/GFFParser.py:34: in from Bio.Seq...