File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
singlecell/src/org/labkey/singlecell/run Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments