Skip to content

Commit

Permalink
feat(IPVC-2471): fix for broken unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bsgiles73 committed May 23, 2024
1 parent 445ca1c commit eb3cfb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified tests/data/txinfo.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/test_uta_parsers_seqrecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TestSeqRecordFacade(unittest.TestCase):
expected_cds_translation="MAESGRPWAQARSAYRASEVLRRGTGRRRDPGPQSNGPGQEDARAPGRMARLRGQLRAEAASRSEVPRLLKLVERAGAG" \
"AAGAGERTGAHSRGSVCSVCGEPRGGATYPAGVLEVSERRLQEGLAAVREELGAGIEALRAELRAELDALRALLPPPPSPPARREPRAVPRAAPRGPTLP" \
"RTLGTVSALVAASRPADDAPDGPAECGAHRAPARKNHKKMPVPPGAPQGGGD",
expected_codon_table=1,
expected_codon_table="1",
expected_exons_se_i=[(0, 696)],
),
param(
Expand All @@ -50,7 +50,7 @@ class TestSeqRecordFacade(unittest.TestCase):
"EDIDECALPTGGHICSYRCINIPGSFQCSCPSSGYRLAPNGRNCQDIDECVTGIHNCSINETCFNIQGGFRCLAFECPENYRRSAATRCERLPCHENREC" \
"SKLPLRITYYHLSFPTNIQAPAVVFRMGPSSAVPGDSMQLAITGGNEEGFFTTRKVSPHSGVVALTKPVPEPRDLLLTVKMDLSRHGTVSSFVAKLFIFV" \
"SAEL",
expected_codon_table=1,
expected_codon_table="1",
expected_exons_se_i=[
(0, 182),
(182, 288),
Expand Down

0 comments on commit eb3cfb6

Please sign in to comment.