Closed AubinF closed 2 years ago
Hi, Thanks for sharing this. Ill look in to this asap.
@AubinF BTW Do you have biopython 1.79?
x = parse("dna2943.gb",ds=True)
x
Out[5]: [File(dna2943._Coding_seq_of_)(-1495)]
x[0]
Out[6]: File(dna2943._Coding_seq_of_)(-1495)
x[0].seq
Out[7]:
Dseq(-1495)
ATCG..ATTC
TAGC..TAAG
x[0].seq
I added this example to the test suite for the 5.0.0 version. Please reopen if you need moe help.
Hi, great package, thanks ! :) I use it quite a lot, but recently I've had issues with pydna.parsers.parse crashing while loading gb files :
I thought perhaps removing translations from the file might help (I do not really need those) but I get the same error. Would you be able to have a look at this ?
I attached a gb file I am trying to open. In fact all gb files I tried failed. Let me know if I can help
Thanks dna2943.zip