Skip to content

Commit be5a839

Browse files
committed
Add Single Cell 5' PE V1
1 parent 39737a0 commit be5a839

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,8 @@ public enum Chemistry
625625
// See: https://kb.10xgenomics.com/s/article/115004506263-What-is-a-barcode-inclusion-list-formerly-barcode-whitelist
626626
// cellranger-x.y.z/lib/python/cellranger/barcodes/
627627
FivePE_V3("Single Cell 5' PE v3", "3M-5pgex-jan-2023.txt.gz"),
628-
FivePE_V2("Single Cell 5' PE v2", "737k-august-2016.txt");
628+
FivePE_V2("Single Cell 5' PE v2", "737k-august-2016.txt"),
629+
FivePE_V1("Single Cell 5' PE", "737k-april-2014_rc.txt");
629630

630631
final String _label;
631632
final String _inclusionListFile;
@@ -681,7 +682,7 @@ public static Chemistry getByLabel(String label)
681682
}
682683
}
683684

684-
throw new IllegalArgumentException("Unknown chemistry: " + label);
685+
throw new IllegalArgumentException("Unknown chemistry: [" + label + "]");
685686
}
686687
}
687688

0 commit comments

Comments
 (0)