Skip to content

Commit 224f360

Browse files
committed
Bugfix to barcode inclusion list
1 parent 4ebea6f commit 224f360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

singlecell/src/org/labkey/singlecell/run/CellRangerGexCountStep.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ public enum Chemistry
626626
// cellranger-x.y.z/lib/python/cellranger/barcodes/
627627
FivePE_V3("Single Cell 5' PE v3", "3M-5pgex-jan-2023.txt.gz"),
628628
FivePE_V2("Single Cell 5' PE v2", "737k-august-2016.txt"),
629-
FivePE_V1("Single Cell 5' PE", "737K-april-2014_rc.txt");
629+
FivePE_V1("Single Cell 5' PE", "737k-august-2016.txt");
630+
// Single Cell 3' v1: 737K-april-2014_rc.txt
630631

631632
final String _label;
632633
final String _inclusionListFile;

0 commit comments

Comments
 (0)