Skip to content

Commit 0ec3f23

Browse files
committed
Update filename case
1 parent c060d95 commit 0ec3f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +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"),
629-
FivePE_V1("Single Cell 5' PE", "737k-august-2016.txt");
628+
FivePE_V2("Single Cell 5' PE v2", "737K-august-2016.txt"),
629+
FivePE_V1("Single Cell 5' PE", "737K-august-2016.txt");
630630
// Single Cell 3' v1: 737K-april-2014_rc.txt
631631

632632
final String _label;

0 commit comments

Comments
 (0)