Skip to content

Commit c1f5ec4

Browse files
committed
Bugfix to getMetaTableFromSeurat()
1 parent 37e4612 commit c1f5ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/CellHashingServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ public File getCellBarcodesFromSeurat(File seuratObj, boolean throwIfNotFound)
14571457

14581458
public File getMetaTableFromSeurat(File seuratObj)
14591459
{
1460-
return getCellBarcodesFromSeurat(seuratObj, true);
1460+
return getMetaTableFromSeurat(seuratObj, true);
14611461
}
14621462

14631463
public File getMetaTableFromSeurat(File seuratObj, boolean throwIfNotFound)

0 commit comments

Comments
 (0)