Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mereg dev into main #10

Merged
merged 3 commits into from
Mar 3, 2024
Merged

mereg dev into main #10

merged 3 commits into from
Mar 3, 2024

Conversation

rob-p
Copy link
Contributor

@rob-p rob-p commented Mar 3, 2024

No description provided.

rob-p and others added 3 commits March 2, 2024 15:38
Merge pull request #8 from COMBINE-lab/dev
* Fix off-by-one error in len() method of InMemoryAlignmentStore this was
previously returning 1 too many elements. Practically, this is unlikely
to result in any difference, but the implementation now should return
the proper lenght. Also, `ExactSizeIterator` has been implemented in
the idiomatic way (providing and exact `size_hint()` in the `Iterator`
implementation and just declaring the iterator as an
`ExactSizeIterator`).

* Output more information in the `meta_info.json` file produced by
`oarfish`.

* Simplify the implementation of the SampleWithReplacementIterator;
removing the old iterator and replacing it with a new, simpler iterator
with direct access to the `InMemoryAlignmentStore`.
@rob-p rob-p merged commit a7d4f17 into main Mar 3, 2024
1 check passed
rob-p added a commit that referenced this pull request Mar 3, 2024
Merge pull request #10 from COMBINE-lab/dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant