Skip to content

Commit

Permalink
Fixed description of second query.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Oct 24, 2018
1 parent a5393d5 commit 54dde20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/python/examples/queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Search MiAIRR meta-data at the study/sample/subject level to return a set of rep

- `query7_repertoire_female_cancer.json`_ is an example JSON query definition that returns all of the repertoires that are from female patients with a sample disease state containing the string "cancer". Features of this query are that it uses a substring "contains" query and lists all of the fields that the current iReceptor Gateway displays by default for each repertoire. It also ask for a **summary statistic** return value that is currently not supported in the API, the "repertoire rearrangement count". This value represent the total number of rearrangements for the repertoire.

- `query7_repertiore_all.json`_ is an example JSON query definition that returns all of the repertiores that satisfy the search criteria when all of the iReceptor Gateway search fields have a value in them.
- `query7_repertoire_all.json`_ is an example JSON query definition that returns all of the repertiores that satisfy the search criteria when all of the iReceptor Gateway search selection types are used (substring, OR list, AND list, age range).

.. _`query7_repertoire_female_cancer.json`: query7_repertoire_female_cancer.json
.. _`query7_repertiore_all.json`: query7_repertiore_all.json
.. _`query7_repertoire_all.json`: query7_repertoire_all.json

0 comments on commit 54dde20

Please sign in to comment.