Skip to content

Commit 2084340

Browse files
committed
Bugfix to MCC query
1 parent b0eaca5 commit 2084340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcc/resources/queries/mcc/genomicDatasetsSource.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ SELECT
77

88
FROM sequenceanalysis.sequence_readsets r
99

10-
WHERE r.subjectid LIKE 'MCC%' AND r.subjectid NOT LIKE 'MCC_%'
10+
WHERE r.subjectid LIKE 'MCC%' AND r.subjectid NOT LIKE 'MCC[_]%'

0 commit comments

Comments
 (0)