Skip to content

Commit

Permalink
Add function to accesse specific ec's read IDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Aug 20, 2024
1 parent 1174a4e commit cfb5ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mSWEEP_alignment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ class Alignment {
return this->ec_read_ids;
}

const std::vector<uint32_t>& reads_assigned_to_ec(size_t ec_id) const { return this->ec_read_ids[ec_id]; }

template <typename T>
void add_groups(const std::vector<T> &grouping) {
size_t _n_groups = 0;
Expand Down

0 comments on commit cfb5ff1

Please sign in to comment.