VisBOL / visbol-js

SBOLv rendering in JavaScript
visbol.org
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

All visbol on synbiohub.org shows the overall annotation #115

Open JMante1 opened 4 years ago

JMante1 commented 4 years ago

For example this: https://synbiohub.org/public/igem/BBa_B0012/1 Has the Bba_b0012 annotation. Having that annotation of the full sequence is unnecessarily confusing

cjmyers commented 4 years ago

This is not actually what is happening. This is actually a SA in the record that is being displayed. If you open the SA tab, you will see this distinct annotation of the whole sequence. This is a by-product of the straight translation we are doing from the student's annotations who added this annotation of the whole sequence.

Rendering SA in VisBOL or indeed SBOL Visual is challenging due to overlapping annotations and gaps. We could decide perhaps that a better rendering of this would be just as a Terminator, and let SeqViz handle the annotations, which it can do more precisely and handle overlaps.