Skip to content

Commit

Permalink
Update test_Annotation.py
Browse files Browse the repository at this point in the history
Base on data v4.0
  • Loading branch information
zhx828 committed Jan 19, 2023
1 parent f322ccc commit 20c365f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test_Annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def test_check_atypical_alts():

annotation = annotations[2]
assert len(annotation) == NUMBER_OF_ANNOTATION_COLUMNS
assert annotation[MUTATION_EFFECT_INDEX] == 'Gain-of-function'
assert annotation[ONCOGENIC_INDEX] == 'Oncogenic'
assert annotation[MUTATION_EFFECT_INDEX] == 'Likely Gain-of-function'
assert annotation[ONCOGENIC_INDEX] == 'Likely Oncogenic'
assert annotation[HIGHEST_LEVEL_INDEX] == ''

annotation_dup = annotations[3]
Expand Down Expand Up @@ -170,8 +170,8 @@ def test_check_hgvsg():

annotation = annotations[2]
assert len(annotation) == NUMBER_OF_ANNOTATION_COLUMNS
assert annotation[MUTATION_EFFECT_INDEX] == 'Gain-of-function'
assert annotation[ONCOGENIC_INDEX] == 'Oncogenic'
assert annotation[MUTATION_EFFECT_INDEX] == 'Likely Gain-of-function'
assert annotation[ONCOGENIC_INDEX] == 'Likely Oncogenic'
assert annotation[HIGHEST_LEVEL_INDEX] == ''


Expand Down Expand Up @@ -203,8 +203,8 @@ def test_check_genomic_change():

annotation = annotations[2]
assert len(annotation) == NUMBER_OF_ANNOTATION_COLUMNS
assert annotation[MUTATION_EFFECT_INDEX] == 'Gain-of-function'
assert annotation[ONCOGENIC_INDEX] == 'Oncogenic'
assert annotation[MUTATION_EFFECT_INDEX] == 'Likely Gain-of-function'
assert annotation[ONCOGENIC_INDEX] == 'Likely Oncogenic'
assert annotation[HIGHEST_LEVEL_INDEX] == ''


Expand Down

0 comments on commit 20c365f

Please sign in to comment.