biothings / biothings_explorer_archived

BioThings Explorer: a schema-based client for API interoperability
Apache License 2.0
14 stars 14 forks source link

Data Integrity test for MyGene.info fails. #173

Closed kevinxin90 closed 3 years ago

kevinxin90 commented 3 years ago

Seems a recent MyGene.info release breaks the following test (look for ENSEMBL Gene ID for CDK7)

self = <test_mygene.MyGeneTestCase testMethod=test_ensembl_gene_id_should_be_ENSG00000277273>

    def test_ensembl_gene_id_should_be_ENSG00000277273(self):
>       self.assertEqual(self.data['hits'][0]['ensembl'][0]['gene'], 'ENSG00000277273')
E       AssertionError: 'ENSG00000134058' != 'ENSG00000277273'
E       - ENSG00000134058
E       + ENSG00000277273