TeselaGen / tg-oss

Teselagen Open Source modules
https://teselagen.github.io/tg-oss/
MIT License
39 stars 19 forks source link

fixed genbank file embedded in another genbank comment #36

Closed XingGao-PKI closed 11 months ago

XingGao-PKI commented 11 months ago

Hi @tnrich,

We found this issue for the genbank parser: when some one embed another genbank file in the genbank COMMENT part, current parser would read the content inside the COMMENT. Here, added this if (!isKeyRunon) condition to fix it.

Please review this,

Thanks

tnrich commented 11 months ago

Thanks @XingGao-PKI looks good to me!

tnrich commented 11 months ago

Published in bio-parsers v0.3.9 and ove v0.3.27