We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c060d95 commit 0ec3f23Copy full SHA for 0ec3f23
singlecell/src/org/labkey/singlecell/run/CellRangerGexCountStep.java
@@ -625,8 +625,8 @@ public enum Chemistry
625
// See: https://kb.10xgenomics.com/s/article/115004506263-What-is-a-barcode-inclusion-list-formerly-barcode-whitelist
626
// cellranger-x.y.z/lib/python/cellranger/barcodes/
627
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");
+ FivePE_V2("Single Cell 5' PE v2", "737K-august-2016.txt"),
+ FivePE_V1("Single Cell 5' PE", "737K-august-2016.txt");
630
// Single Cell 3' v1: 737K-april-2014_rc.txt
631
632
final String _label;
0 commit comments