We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2485fc commit 5cc7346Copy full SHA for 5cc7346
singlecell/resources/queries/singlecell/duplicatePrototypes.sql
@@ -7,7 +7,7 @@ SELECT
7
8
FROM sequenceanalysis.outputfiles o
9
WHERE o.category = 'Seurat Object Prototype'
10
-GROUP BY o.readset
+GROUP BY o.readset, o.category
11
HAVING COUNT(*) > 1
12
13
UNION ALL
@@ -21,5 +21,5 @@ SELECT
21
22
23
WHERE o.category = '10x Loupe File'
24
25
0 commit comments