Skip to content

Commit

Permalink
example query with field restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Feb 18, 2019
1 parent 079152c commit c8ea850
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lang/python/examples/query1-1_repertoire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"filters":{
"op":"and",
"content": [
{
"op":"=",
"content": {
"field":"subject.organism.id",
"value":9606
}
},
{
"op":"=",
"content": {
"field":"sample.pcr_target_locus",
"value":"TRB"
}
}
]
},
"fields":["repertoire_id", "subject", "sequence_annotation"]
}

0 comments on commit c8ea850

Please sign in to comment.