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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments on annotations

josiahseaman opened this issue · comments

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