Skip to content

Commit a9b3e88

Browse files
committed
Update filename case
1 parent 48bd1eb commit a9b3e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ 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-april-2014_rc.txt");
630630

631631
final String _label;
632632
final String _inclusionListFile;

0 commit comments

Comments
 (0)