From 204078bbbfafe16d5d1635b78e725ebc28dda63f Mon Sep 17 00:00:00 2001 From: Onur Sumer Date: Fri, 4 Oct 2024 15:15:07 -0400 Subject: [PATCH] filter out null labels when counting sample lists --- .../cbioportal/persistence/mybatisclickhouse/StudyViewMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/org/cbioportal/persistence/mybatisclickhouse/StudyViewMapper.xml b/src/main/resources/org/cbioportal/persistence/mybatisclickhouse/StudyViewMapper.xml index 1621cb4a646..dc94c3fc3aa 100644 --- a/src/main/resources/org/cbioportal/persistence/mybatisclickhouse/StudyViewMapper.xml +++ b/src/main/resources/org/cbioportal/persistence/mybatisclickhouse/StudyViewMapper.xml @@ -161,6 +161,7 @@ + AND label IS NOT NULL GROUP BY s.cancer_study_identifier, sl.stable_id, sl.name;