Skip to content

Commit

Permalink
Update test_Annotation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhx828 committed Mar 15, 2022
1 parent 4d60fe3 commit 66af775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_Annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ def check_brca2_n3214i_without_cancertype(annotation):
assert annotation[MUTATION_EFFECT_INDEX] == 'Likely Loss-of-function'
assert annotation[ONCOGENIC_INDEX] == 'Likely Oncogenic'
assert annotation[HIGHEST_LEVEL_INDEX] == 'LEVEL_1'
assert annotation[LEVEL_1_INDEX] == 'Olaparib,Rucaparib,Olaparib+Bevacizumab,Niraparib'
assert annotation[LEVEL_3A_INDEX] == 'Olaparib,Rucaparib,Talazoparib'
assert annotation[LEVEL_1_INDEX] == 'Olaparib,Olaparib+Bevacizumab,Rucaparib,Niraparib'
assert annotation[LEVEL_3A_INDEX] == 'Rucaparib,Talazoparib,Olaparib'

@pytest.mark.skipif(ONCOKB_API_TOKEN in (None, ''), reason="oncokb api token required")
def test_duplicated_treatments():
Expand Down

0 comments on commit 66af775

Please sign in to comment.