Skip to content

Commit

Permalink
Merge pull request #100 from HumanCellAtlas/cw-fix-ubscription-queries
Browse files Browse the repository at this point in the history
Fix the subscription queries so that result bundles won't trigger notifications.
  • Loading branch information
rexwangcc authored Sep 4, 2018
2 parents b633de0 + 991d2ae commit c15384f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/vx_queries/10x-query.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"must_not": [
{
"match": {
"files.process_json.process_type.text": "analysis"
"files.analysis_process_json.process_type.text": "analysis"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/vx_queries/smartseq2-query.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"must_not": [
{
"match": {
"files.process_json.process_type.text": "analysis"
"files.analysis_process_json.process_type.text": "analysis"
}
},
{
Expand Down

0 comments on commit c15384f

Please sign in to comment.