Closed manulera closed 4 months ago
The offending code is in the Dseqrecord.format method:
Thanks @BjornFJohansson fixed with #239. Before saving, I make a copy of the Dseqrecord
, set the topology of the copy from the dseqrecord.circular
prop, and use biopython's format from Seqrecord
.
done!?
Yes!
For long sequence names, the name "eats up" the rest of the locus line, before a minimal example.
I will fix this.
Prints this, note how in the locus line the
DNA
word clashes withlinear
as the name length increases.PS: @hiyama341 a heads-up in case this affects your libraries.