Skip to content

Commit

Permalink
revert change to gene panel mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Dec 16, 2024
1 parent 540b57d commit a61c20c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
<include refid="selectGenePanelData"/>
<include refid="fromGenePanelData"/>
WHERE
SAMPLE_ID IS NOT NULL AND
genetic_profile.STABLE_ID IN
<foreach item="item" collection="collection" open="(" separator="," close=")">
#{item}
Expand All @@ -133,7 +132,6 @@
<include refid="selectGenePanelData"/>
<include refid="fromGenePanelData"/>
<where>
SAMPLE_ID IS NOT NULL
<choose>
<when test="list == null or list.isEmpty()">
AND NULL
Expand Down

0 comments on commit a61c20c

Please sign in to comment.