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.
65 stars 7 forks source link

NucleotideNumber is showing even when pointing to label #66

Closed photomedia closed 5 years ago

photomedia commented 5 years ago

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)

josiahseaman commented 5 years ago

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.