Skip to content

Commit

Permalink
comment out dbnsfp test cases due to missing mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Nov 26, 2019
1 parent 862ad7a commit 013b292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def test_query(self):
# we will add these tests back when the mapping file is ready.
# self.has_hits('_exists_:dbnsfp.hgvsp&fields=dbnsfp.hgvsp')
# self.has_hits('_exists_:dbnsfp.hgvsc&fields=dbnsfp.hgvsc')
self.has_hits('_exists_:dbnsfp.clinvar.clinvar_id&fields=dbnsfp.clinvar')
self.has_hits('_exists_:dbnsfp.clinvar.omim&fields=dbnsfp.clinvar')
self.has_hits('_exists_:dbnsfp.clinvar.medgen&fields=dbnsfp.clinvar')
# self.has_hits('_exists_:dbnsfp.clinvar.clinvar_id&fields=dbnsfp.clinvar')
# self.has_hits('_exists_:dbnsfp.clinvar.omim&fields=dbnsfp.clinvar')
# self.has_hits('_exists_:dbnsfp.clinvar.medgen&fields=dbnsfp.clinvar')
self.has_hits('rs58991260')
self.has_hits('rcv000149017')
self.has_hits('RCV000149017')
Expand Down

0 comments on commit 013b292

Please sign in to comment.