You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apollo lets you create transcripts with "backwards" CDSs. That is, for a forward strand transcript, you can set the translation end to a position upstream of the translation start. I've created one of these on the demo server:
If you use the UI to fetch the cds/peptide sequence for this transcript, you get nothing back.
These annotations have a number of knock-on effects:
CDS features in the GFF3 having start > end (illegal GFF3)
REST IO/write method completely fails (for all sequences/transcripts) for cds and peptide FASTA dumps.
The problem similar to the second occurs also if there is no CDS for a protein-coding transcript (peptide dump failure for all transcripts). Although we're still trying to work out how our curators created CDS-less mRNAs!
A couple of suggested improvements:
Apollo could warn (or better, prevent) on attempt to create a CDS in the opposite orientation to the parent transcript
An "ignorebad" (or similar) option for the IO/write end-point that will return data for all valid transcripts, ignoring invalid ones
The text was updated successfully, but these errors were encountered:
nathandunn
changed the title
Backwards / missing CDSs cause problems for dumping
show not allow setting translation start in the wrong direction of translation end
Jan 25, 2018
Hi there,
Apollo lets you create transcripts with "backwards" CDSs. That is, for a forward strand transcript, you can set the translation end to a position upstream of the translation start. I've created one of these on the demo server:
ctgA:13251..28300 (15.05 Kb)
(annotation Apple3a-00001)
If you use the UI to fetch the cds/peptide sequence for this transcript, you get nothing back.
These annotations have a number of knock-on effects:
The problem similar to the second occurs also if there is no CDS for a protein-coding transcript (peptide dump failure for all transcripts). Although we're still trying to work out how our curators created CDS-less mRNAs!
A couple of suggested improvements:
The text was updated successfully, but these errors were encountered: