File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -564,10 +564,11 @@ def test_stop_lost_no_scores(self):
564564
565565class TestSynonymousStart :
566566 """
567- The SYNONYMOUS_START branch (veff.py L334-337) requires ref_cds_start==0
568- and ref_aa==alt_aa. No SNP on ATG produces a synonymous Met under the
569- standard NCBI codon table, so this branch is unreachable in practice.
570- A test should be added here if non-standard codon tables are ever supported.
567+ The SYNONYMOUS_START branch in `_get_within_cds_effect` requires
568+ ref_cds_start == 0 and ref_aa == alt_aa. No SNP on ATG produces a
569+ synonymous Met under the standard NCBI codon table, so this branch
570+ is unreachable in practice. A test should be added here if
571+ non-standard codon tables are ever supported.
571572 """
572573
573574 def test_synonymous_start_is_unreachable_with_standard_codon_table (self ):
You can’t perform that action at this time.
0 commit comments