Open
Conversation
298b8d2 to
10d8a2c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #539 +/- ##
==========================================
+ Coverage 95.68% 95.73% +0.04%
==========================================
Files 126 127 +1
Lines 7422 7555 +133
Branches 494 539 +45
==========================================
+ Hits 7102 7233 +131
- Misses 320 322 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sstadick
suggested changes
Apr 2, 2020
Contributor
sstadick
left a comment
There was a problem hiding this comment.
Overall, this was excellent for me to read through. The only place where there might be a legitimate change needed and not just a question by me is adding a docstring for the leftAligned value.
Member
Author
nh13
commented
Feb 22, 2025
nh13
commented
Feb 22, 2025
nh13
commented
Feb 22, 2025
10d8a2c to
ed2aac1
Compare
ed2aac1 to
f1f919c
Compare
f1f919c to
fed8295
Compare
nh13
commented
Mar 12, 2025
| } | ||
|
|
||
| /** Constructs a Cigar from a padded alignment. */ | ||
| def cigarFrom(queryPadded: String, targetPadded: String, padChar: Char = '-', softClipChar: Char = 'X', useEqualsAndX: Boolean = false): Cigar = { |
Member
Author
There was a problem hiding this comment.
used in IndelPaddedAlignment but generally useful, so putting it in Alignment
fed8295 to
fec7b09
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.