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

[bugfix] fix issue #858 in CallDuplexConsensusReads #864

Merged
merged 3 commits into from
Jul 28, 2022
Merged

[bugfix] fix issue #858 in CallDuplexConsensusReads #864

merged 3 commits into from
Jul 28, 2022

Conversation

nh13
Copy link
Member

@nh13 nh13 commented Jul 27, 2022

Fixes #858 where the AB strand single strand consensus read could have
zero depth and all Ns, such that the consensus read produced has an aD
value of zero but bD value > 0, causing issues in FilterConsensus Reads.

Fixes #858 where the AB strand single strand consensus read could have
zero depth and all Ns, such that the consensus read produced has an aD
value of zero but bD value > 0, causing issues in FilterConsensus Reads.
@nh13 nh13 requested a review from tfenne July 27, 2022 00:17
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.66%. Comparing base (74d920e) to head (090a071).
Report is 53 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #864      +/-   ##
==========================================
+ Coverage   95.64%   95.66%   +0.01%     
==========================================
  Files         125      125              
  Lines        7237     7239       +2     
  Branches      479      507      +28     
==========================================
+ Hits         6922     6925       +3     
+ Misses        315      314       -1     
Flag Coverage Δ
unittests 95.66% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@tfenne tfenne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a test too?

@nh13 nh13 merged commit da9ecbc into main Jul 28, 2022
@nh13 nh13 deleted the bugfix/858 branch July 28, 2022 21:09
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.

Error in FilterConsensusReads
3 participants