-
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
[MISC] Alphabet: rename sam_dna16 to dna16sam #2521
[MISC] Alphabet: rename sam_dna16 to dna16sam #2521
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/seqan/seqan3/H7hPn3aR7vCQFtV1zXZSG8FrYeSL |
503cbed
to
fa2a44c
Compare
Codecov Report
@@ Coverage Diff @@
## master #2521 +/- ##
=======================================
Coverage 98.22% 98.22%
=======================================
Files 269 269
Lines 10521 10521
=======================================
Hits 10334 10334
Misses 187 187
Continue to review full report at Codecov.
|
fa2a44c
to
f2ec1a2
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.
Looks good!
- CHANGLELOG.md is missing a PR-number
- maybe you can change the title of the last commit? It currently says
TODO: [MISC] rename seqan3::sam_dna16 to seqan3::dna16sam
CHANGELOG.md
Outdated
@@ -32,6 +32,8 @@ If possible, provide tooling that performs the changes, e.g. a shell-script. | |||
|
|||
* Added `seqan3::phred94`, a quality type that represents the full Phred Score range (Sanger format) and is used for | |||
PacBio Phred scores of HiFi reads ([\#2290](https://github.com/seqan/seqan3/pull/2290)). | |||
* Deprecated `seqan3::sam_dna16`. Use `seqan3::dna16sam` instead. | |||
([\#...](https://github.com/seqan/seqan3/pull/2521)). |
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.
Pull request number is missing
([\#...](https://github.com/seqan/seqan3/pull/2521)). | |
([\#2521](https://github.com/seqan/seqan3/pull/2521)). |
Signed-off-by: Lydia Buntrock <[email protected]>
Signed-off-by: Lydia Buntrock <[email protected]>
Signed-off-by: Lydia Buntrock <[email protected]>
f2ec1a2
to
cbffe5d
Compare
Signed-off-by: Lydia Buntrock <[email protected]>
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.
Nice! :-)
cbffe5d
to
c272c0f
Compare
@eseiler wanted to move my changelog entry to api here #2522 (comment) so I moved it here aswell. As you moved it back, where is the difference? |
You put the changelog entry in the wrong subsection. This belongs in API change / alphabet. I guess that you put in the other comment the whole changelog entry in the wrong first-level section (e.g. New features, Notable Bug-fixes or so). |
AAAh I see, thank you! |
Resolves seqan/product_backlog#312