Skip to content

Commit

Permalink
Add test for ENSEMBL mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Dec 17, 2023
1 parent 78ffbde commit a873759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indra/tests/test_mgi_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ def test_lookups():
assert mgi_client.get_id_from_name_synonym('Pgap6') == '1926283'
assert mgi_client.get_id_from_name_synonym('Tmem8') == '1926283'
assert isinstance(mgi_client.get_id_from_name_synonym('EGF-TM7'), list)
assert mgi_client.get_ensembl_id('88190') == 'ENSMUSG00000002413'

0 comments on commit a873759

Please sign in to comment.