Skip to content

Commit 4abac23

Browse files
committed
Formally tag PrepareRawCounts as SingleCellRawDataStep
1 parent e586692 commit 4abac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/PrepareRawCounts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Arrays;
1717
import java.util.List;
1818

19-
public class PrepareRawCounts extends AbstractCellMembraneStep
19+
public class PrepareRawCounts extends AbstractCellMembraneStep implements SingleCellRawDataStep
2020
{
2121
public static final String LABEL = "Load Raw Counts";
2222

0 commit comments

Comments
 (0)