Skip to content

Commit

Permalink
Rfc80/add tests mutated-genes,cna-genes,structural-variants filters (#…
Browse files Browse the repository at this point in the history
…10986)

* 🐛 Fix Mutated Genes Filter bug with Or logic

* ✅ Add Tests for Mutated-genes,Cna-genes, and structural-variant filters
  • Loading branch information
haynescd authored Sep 13, 2024
1 parent a2ba293 commit a4ff971
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
#{molecularProfileId}
</foreach>

<foreach item="geneFilterQuery" collection="geneFilterQueryList" open=" AND (" separator=") OR (" close=")">
<foreach item="geneFilterQuery" collection="geneFilterQueryList" open=" AND ((" separator=") OR (" close="))">
hugo_gene_symbol = #{geneFilterQuery.hugoGeneSymbol}
<foreach item="alteration" collection="geneFilterQuery.getAlterations()" open="AND (" separator=") OR (" close=")">
cna_alteration = #{alteration.code}
Expand Down
Loading

0 comments on commit a4ff971

Please sign in to comment.