josiahseaman / skittle

DNASkittle is a web based genome browser that provides an interactive visualization of the raw sequence. Every nucleotide of 10Kbp can fit on one screen at a time. It makes heavy use of signal processing techniques to extract tandem repeats, and other genome elements.
GNU General Public License v2.0
7 stars 4 forks source link

Comments on annotations #173

Open josiahseaman opened 11 years ago

josiahseaman commented 11 years ago

Clicking on an existing annotation lets people add a comment. This is stored as its own annotation that mirrors the same start and stop. You may want some special cases here for condensing multiple comments or sending less data over the internet connection for "subordinate" annotations. The first phase can simply be to duplicate the start/stop/strand properties. These should definitely be stamped with a username if it isn't already.

Added to #172