ncbi / vadr

Viral Annotation DefineR: classification and annotation of viral sequences based on RefSeq annotation
Other
99 stars 23 forks source link

Bug: early stops misreported for multi-segment CDS #71

Closed nawrockie closed 1 year ago

nawrockie commented 1 year ago

v-annotate.pl: if a partial sequences is missing one or more of the first (5') segments of a multi-segment CDS, and the introns do not occur after a nucleotide codon position 3 the code that identifies early stops will look for stops in the wrong frame.

nawrockie commented 1 year ago

Tests and fix incorporated as of f48e52e