-
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 phred68legacy to phred68solexa #2522
[MISC] Alphabet: rename phred68legacy to phred68solexa #2522
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/seqan/seqan3/G14mU9rJ497WYDuSo5FM7mevMjRw |
Codecov Report
@@ Coverage Diff @@
## master #2522 +/- ##
=======================================
Coverage 98.22% 98.22%
=======================================
Files 269 269
Lines 10521 10521
=======================================
Hits 10334 10334
Misses 187 187
Continue to review full report at Codecov.
|
Snippets failed
|
0d7da40
to
ddcc169
Compare
ddcc169
to
eb9196b
Compare
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::phred68legacy`. Use `seqan3::phred68solexa` instead. | |||
([\#...](https://github.com/seqan/seqan3/pull/2522)). |
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.
([\#...](https://github.com/seqan/seqan3/pull/2522)). | |
([\#2522](https://github.com/seqan/seqan3/pull/2522)). |
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 would rather write renamed X to Y
Deprecation is usually more for stuff that does not exist anymore
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.
💅 + the stuff I wrote as comment before
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::phred68legacy`. Use `seqan3::phred68solexa` instead. | |||
([\#...](https://github.com/seqan/seqan3/pull/2522)). |
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 would rather write renamed X to Y
Deprecation is usually more for stuff that does not exist anymore
Signed-off-by: Lydia Buntrock <[email protected]>
Signed-off-by: Lydia Buntrock <[email protected]>
eb9196b
to
cf52cf8
Compare
Signed-off-by: Lydia Buntrock <[email protected]>
cf52cf8
to
975c06e
Compare
Resolves: seqan/product_backlog#315