Skip to content

Commit 2100acc

Browse files
committed
clarify comment for bc and umi vector
1 parent 66b6f68 commit 2100acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SingleCellProtocols.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ namespace alevin{
227227
struct CustomGeo {
228228
// store regex string for reads 1 and 2
229229
static std::string reg[2];
230-
// store positions of matches for bc and umi
230+
// store group numbers for bc and umi in regex string groups
231231
static itlib::small_vector<uint32_t, 4, 5> b[2], u[2];
232232
// bioRead stores the read number for biological read and bioPat stores match pattern number on regex
233233
static uint32_t bioRead, bioPat; // biological read would be contigous and on only 1 of the read

0 commit comments

Comments
 (0)