Skip to content

Commit

Permalink
filter out null labels when counting sample lists
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Oct 4, 2024
1 parent 24f7d76 commit 204078b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
<property name="filter_type" value="'SAMPLE_ID_ONLY'"/>
</include>
</where>
AND label IS NOT NULL
GROUP BY s.cancer_study_identifier, sl.stable_id, sl.name;
</select>

Expand Down

0 comments on commit 204078b

Please sign in to comment.