Skip to content

Commit

Permalink
add missing study view filters for clinical data binning (#11007)
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer authored Sep 23, 2024
1 parent 3d37309 commit f545673
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,16 @@ public boolean shouldSkipFilterForClinicalDataBins(StudyViewFilter filter) {
return (
filter != null &&
filter.getClinicalDataFilters() == null &&
filter.getClinicalEventFilters() == null &&
filter.getMutationDataFilters() == null &&
filter.getStructuralVariantFilters() == null &&
filter.getGeneFilters() == null &&
filter.getSampleTreatmentFilters() == null &&
filter.getPatientTreatmentFilters() == null &&
filter.getPatientTreatmentGroupFilters() == null &&
filter.getSampleTreatmentGroupFilters() == null &&
filter.getPatientTreatmentTargetFilters() == null &&
filter.getSampleTreatmentTargetFilters() == null &&
filter.getGenomicProfiles() == null &&
filter.getGenomicDataFilters() == null &&
filter.getGenericAssayDataFilters() == null &&
Expand Down

0 comments on commit f545673

Please sign in to comment.