josiahseaman / FluentDNA

FluentDNA allows you to browse sequence data of any size using a zooming visualization similar to Google Maps. You can use FluentDNA as a standalone program or as a python module for your own bioinformatics projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NucleotideNumber is showing even when pointing to label

photomedia opened this issue · comments

A nucleotide number coordinate is showing even when the user is pointing at a label in a Multi Part Fasta file visualization.

For example, this one: https://dnaskittle.com/ddvresults/dnadata/Human%20selenoproteins/

When user points at SPG000000002, the nucleotide number should display as "-", meaning, not pointing at sequence, but pointing at padding or label. It currently shows a number (750,589)

The number shown is the file position of the beginning of the label. It's a useful number to have, particularly on the back end. But I suspect it may end up hidden when we're done with this feature set.