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
I can't imagine unstranded features or why will strandedness be unknown, but since GFF3 spec allows it, we need the ability to deal with annotations for whose strand is not unknown or are unstranded.
markNonCanonicalSites and markNonCanonicalTranslationStart/Stop will need to be tolerant to non-stranded features. That is do not error out, nor mark any sites as non-canonical because we can't tell splice donor from acceptor and translation start from translation stop.
flipStrand should set positive strand if gene mode is un-stranded. User clicks 'Flip strand', and she has a forward stranded gene model to work with. Flip strand again, the gene model will be reverse stranded. (I think this is the approach taken by Apollo).
The text was updated successfully, but these errors were encountered:
I can't imagine unstranded features or why will strandedness be unknown, but since GFF3 spec allows it, we need the ability to deal with annotations for whose strand is not unknown or are unstranded.
markNonCanonicalSites
andmarkNonCanonicalTranslationStart/Stop
will need to be tolerant to non-stranded features. That is do not error out, nor mark any sites as non-canonical because we can't tell splice donor from acceptor and translation start from translation stop.The text was updated successfully, but these errors were encountered: