Edinburgh-Genome-Foundry / DnaFeaturesViewer

:eye: Python library to plot DNA sequence features (e.g. from Genbank files)
https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/
MIT License
584 stars 90 forks source link

closes #63; gene spans the scaffold #65

Open MrTomRod opened 2 years ago

MrTomRod commented 2 years ago

When a gene begins at the end of a scaffold end ends at the start of the scaffold, the result looked like this:

before

With this fix, it will only be displayed once, at the start of the scaffold:

after

I added a test for this bug (bad_first_gene_example.gb, test_first_gene).

This closes issue #63.