Skip to content

Commit

Permalink
bluegenes query example should be json not xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yo Yehudi committed Oct 23, 2019
1 parent 43ba2ab commit 7ea3ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webapp/blue-genes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ purpose parameters
default examples for the ID resolver bag.example.identifiers ``bag.example.identifiers.protein=Q8T3M3,FBpp0081318,FTZ_DROME`` and ``bag.example.identifiers=CG9151, FBgn0000099`` (one per type)
default separators list.upload.delimiters ``\n\t,``
default regionsearch genomicRegionSearch.* ``H. sapiens`` (note: please do not use long format, e.g. ``Homo sapiens``)
default query builder query services.defaults.query ``<query model="genomic" view="Gene.secondaryIdentifier Gene.symbol Gene.primaryIdentifier Gene.organism.name" sortOrder="Gene.secondaryIdentifier ASC" ><constraint path="Gene.organism.name" op="=" value="Homo sapiens" code="A" /></query>``
default query builder query services.defaults.query ``"{ \"from\": \"Gene\", \"select\": [ \"secondaryIdentifier\", \"symbol\", \"primaryIdentifier\", \"organism.name\" ], \"orderBy\": [ { \"path\": \"secondaryIdentifier\", \"direction\": \"ASC\" } ], \"where\": [ { \"path\": \"organism.name\", \"op\": \"=\", \"value\": \"Drosophila melanogaster\", \"code\": \"A\" } ] }"``
default keyword search quickSearch.identifiers ``e.g. PPARG, Insulin, rs876498``
======================================= ================================================ =======================================

Expand Down

0 comments on commit 7ea3ade

Please sign in to comment.