ultimatesource / denovogear

A program to detect denovo-variants using next-generation sequencing data.
http://www.nature.com/nmeth/journal/v10/n10/full/nmeth.2611.html
GNU General Public License v3.0
49 stars 25 forks source link

Fix an off-by-one error in dng-dnm. #278

Closed reedacartwright closed 6 years ago

reedacartwright commented 6 years ago

Fixes #265.

codecov[bot] commented 6 years ago

Codecov Report

Merging #278 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #278   +/-   ##
========================================
  Coverage    83.96%   83.96%           
========================================
  Files           65       65           
  Lines         5838     5838           
========================================
  Hits          4902     4902           
  Misses         936      936
Impacted Files Coverage Δ
src/dnm/bcf2Paired.cc 89.06% <ø> (ø) :arrow_up:
src/dnm/indelLike.cc 97.5% <100%> (ø) :arrow_up:
src/dnm/snpLike.cc 98.19% <100%> (ø) :arrow_up:
src/dnm/bcf2Qcall.cc 94.01% <100%> (ø) :arrow_up:
src/dnm/pairLike.cc 57.14% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 14c5d69...14bc84a. Read the comment docs.