Skip to content

Commit

Permalink
clarify comment for bc and umi vector
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaura committed Jan 27, 2022
1 parent 66b6f68 commit 2100acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SingleCellProtocols.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ namespace alevin{
struct CustomGeo {
// store regex string for reads 1 and 2
static std::string reg[2];
// store positions of matches for bc and umi
// store group numbers for bc and umi in regex string groups
static itlib::small_vector<uint32_t, 4, 5> b[2], u[2];
// bioRead stores the read number for biological read and bioPat stores match pattern number on regex
static uint32_t bioRead, bioPat; // biological read would be contigous and on only 1 of the read
Expand Down

0 comments on commit 2100acc

Please sign in to comment.