TeselaGen / tg-oss

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

`inclusive1BasedEnd` parameter is not working correctly in `snapgeneToJson` function #67

Open Ammar-Shiekh opened 4 months ago

Ammar-Shiekh commented 4 months ago

When passing inclusive1BasedEnd: true to the options parameter of snapgeneToJson function in bio-parsers module, it doesn't seem to work as expected (i.e. the extracted annotations won't have 1-based inclusive end index). Although, passing it to genbankToJson function works well.

@tnrich

tnrich commented 2 months ago

@Ammar-Shiekh sorry for the delayed response. That isn't good! Would you mind setting up a failing test for this case?