Skip to content

Commit

Permalink
Update remote.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Nov 26, 2019
1 parent 5bf66cb commit 862ad7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/tests/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ def test_query(self):
# check if gnomad_exome.hom field exists
self.has_hits('_exists_:gnomad_exome.hom&fields=gnomad_exome.hom')
self.has_hits('_exists_:gnomad_genome.hom&fields=gnomad_genome.hom')
self.has_hits('_exists_:dbnsfp.hgvsp&fields=dbnsfp.hgvsp')
self.has_hits('_exists_:dbnsfp.hgvsc&fields=dbnsfp.hgvsc')
# TODO: The following tests are commented out because dbnsfp mapping file is not updated
# 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')
Expand Down

0 comments on commit 862ad7a

Please sign in to comment.