-
Notifications
You must be signed in to change notification settings - Fork 82
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
Feature/minimizer view #1654
Feature/minimizer view #1654
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1654 +/- ##
=======================================
Coverage 97.51% 97.51%
=======================================
Files 241 241
Lines 9226 9226
=======================================
Hits 8997 8997
Misses 229 229 Continue to review full report at Codecov.
|
82a993c
to
b2c26af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good morning! Here is my review. Please see the comments and questions below:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added two answers to the existing comments. And please check why the header and doxygen tests are red ;)
58a731c
to
4e8b34d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I was not clear enough about the following detail: size_t
is a type, while std::integral
is a concept, which is satisfied by any type that represents integral numbers (including size_t). In SeqAn3 we have the terminology: be of a type, model a concept. Therefore, I need to ask you for the following changes before I can approve:
You have doxygen warnings for doc_dev_test:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
556a69b
to
0f7068a
Compare
@smehringer Can you merge this? 😃 |
* [Feature ] Add minimizer view Co-authored-by: Mitra Darja Darvish <[email protected]> Co-authored-by: smehringer <[email protected]>
* [Feature ] Add minimizer view Co-authored-by: Mitra Darja Darvish <[email protected]> Co-authored-by: smehringer <[email protected]>
Implements the minimiser view without looking at the reverse strand (will be a seperate PR).
blocked by #1756