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

New interface for processing regions #246

Closed reedacartwright closed 6 years ago

reedacartwright commented 6 years ago

Update Region and Contig Interface

Improve dng-pileup

reedacartwright commented 6 years ago

Jenkins, retest this please

reedacartwright commented 6 years ago

Jenkins, retest this please

codecov[bot] commented 6 years ago

Codecov Report

Merging #246 into develop will increase coverage by 0.68%. The diff coverage is 73.59%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #246      +/-   ##
===========================================
+ Coverage    71.82%   72.51%   +0.68%     
===========================================
  Files           70       70              
  Lines         6552     6607      +55     
  Branches      1147     1156       +9     
===========================================
+ Hits          4706     4791      +85     
+ Misses        1372     1336      -36     
- Partials       474      480       +6
Impacted Files Coverage Δ
src/lib/stats.cc 91.83% <100%> (+0.05%) :arrow_up:
src/include/dng/depths.h 95.86% <100%> (+0.3%) :arrow_up:
src/include/dng/task/pileup.xmh 100% <100%> (ø) :arrow_up:
src/lib/task/pileup.cc 58.16% <26.82%> (-2.74%) :arrow_down:
src/lib/ad.cc 67.87% <38.23%> (+0.21%) :arrow_up:
src/lib/task/loglike.cc 81.85% <43.47%> (-2.06%) :arrow_down:
src/include/dng/hts/bam.h 75.29% <55.55%> (+16.96%) :arrow_up:
src/include/dng/detail/varint.h 89.47% <80%> (-10.53%) :arrow_down:
src/lib/task/call.cc 82.47% <80.95%> (-0.66%) :arrow_down:
src/include/dng/io/bcf.h 70.09% <87.5%> (-0.28%) :arrow_down:
... and 6 more

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 ce84763...995ba3d. Read the comment docs.