Skip to content

Commit

Permalink
updated a few demo queries.
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Apr 15, 2015
1 parent e0b5f38 commit a236fd4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/www/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ <h4>http://myvariant.info/v1/query/?q=&lt;query&gt;</h4>
<p>boolean query (AND, OR, NOT)</p>

<p><a href=
"/v1/query?q=(NOT%20func:unknown)">
http://myvariant.info/v1/query?q=(NOT
func:unknown)</a></p>
"/v1/query?q=_exists_:dbsnp%20AND%20NOT%20dbsnp.vartype:indel">
http://myvariant.info/v1/query?q=_exists_:dbsnp&nbsp; AND&nbsp;NOT&nbsp;dbsnp.vartype:indel</a></p>
</li>

<li style="list-style: none; display: inline">
Expand All @@ -204,9 +203,8 @@ <h4>http://myvariant.info/v1/query/?q=&lt;query&gt;</h4>
<p>faceting</p>

<p><a href=
"/v1/query?q=(NOT%20func:unknown)&amp;facets=func&amp;size=0">
http://myvariant.info/v1/query?q=(NOT
func:unknown)&amp;facets=func&amp;size=0</a></p>
"/v1/query?q=cadd.gene.gene_id:ENSG00000113368&amp;facets=cadd.polyphen.cat&amp;size=0">
http://myvariant.info/v1/query?q=cadd.gene.gene_id:ENSG00000113368&amp;facets=cadd.polyphen.cat&amp;size=0</a></p>
</li>

<li>
Expand Down

0 comments on commit a236fd4

Please sign in to comment.