We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a1a91 commit 9abcc10Copy full SHA for 9abcc10
singlecell/src/org/labkey/singlecell/analysis/ProcessSeuratObjectHandler.java
@@ -24,7 +24,7 @@ public String getName()
24
@Override
25
public boolean canProcess(SequenceOutputFile f)
26
{
27
- return f.getFile() != null && SEURAT_TYPE.isType(f.getFile());
+ return f.getFile() != null && (SEURAT_TYPE.isType(f.getFile()) || "Seurat Object".equals(f.getCategory()));
28
}
29
30
0 commit comments