Skip to content

Commit

Permalink
Filter out Mutations with Status UnCalled for Counts (#11166)
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd authored Nov 6, 2024
1 parent 03e0680 commit 5ccee88
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
FROM genomic_event_derived
<where>
variant_type = 'mutation' AND
<!-- Mutation Status UnCalled is only used in Patient View to see how many supporting reads a variant might have in a sample -->
mutation_status != 'UNCALLED' AND
<include refid="applyStudyViewFilter">
<property name="filter_type" value="'SAMPLE_ID_ONLY'"/>
</include>
Expand Down

0 comments on commit 5ccee88

Please sign in to comment.