Skip to content

Commit

Permalink
update dbnsfp test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Nov 26, 2019
1 parent 67a0788 commit 5bf66cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/tests/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ 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.hgvsc.annovar&fields=dbnsfp.hgvsc.annovar')
self.has_hits('_exists_:dbnsfp.hgvsc.snpeff&fields=dbnsfp.hgvsc.snpeff')
self.has_hits('_exists_:dbnsfp.hgvsc.vep&fields=dbnsfp.hgvsc.vep')
self.has_hits('_exists_:dbnsfp.hgvsp.annovar&fields=dbnsfp.hgvsp.annovar')
self.has_hits('_exists_:dbnsfp.hgvsp.snpeff&fields=dbnsfp.hgvsp.snpeff')
self.has_hits('_exists_:dbnsfp.hgvsp.vep&fields=dbnsfp.hgvsp.vep')
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 5bf66cb

Please sign in to comment.