GMOD / Apollo

Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin.
http://genomearchitect.readthedocs.io/
Other
126 stars 85 forks source link

Adding new genes/features without evidence in Apollo #2566

Open uliboehme opened 3 years ago

uliboehme commented 3 years ago

Option to add new genes/features in Apollo without having an evidence track.

nathandunn commented 3 years ago

Note that the "evidence" does not come from a track, but from reviewing the sequence itself and determining that there is an open reading frame available.

nathandunn commented 3 years ago

This is going to be more of a feature for the JBrowse 2 Apollo client plugin as currently clicking and dragging through the sequence area is currently not well supported. The server-side implementations are already present.

Note: the original request was the ability to create new genes and features in Apollo by creating evidence based on the sequence (e.g., a start codon, large open reading frame, a stop codon).