Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeuxnoel8 committed Mar 3, 2023
1 parent e2a0ae3 commit 604b945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aQueryFasta_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ void read2kmers(vector<size_t>& kmers, string& read, size_t k, size_t leftflank
}
}

// Applied to a read pair to accumulate counts.
// Assuming maximal kmer counts from a VNTR read pair does not exceed 32 bits
void noncaVec2CaUmap(vector<size_t>& kmers, kmerCount_umap& out, size_t ksize) {
size_t RCkmer;
for (size_t kmer : kmers) {
Expand Down

0 comments on commit 604b945

Please sign in to comment.