Closed standage closed 5 years ago
Merging #303 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #303 +/- ##
==========================================
+ Coverage 96.83% 96.84% +<.01%
==========================================
Files 48 48
Lines 2943 2946 +3
Branches 507 508 +1
==========================================
+ Hits 2850 2853 +3
Misses 60 60
Partials 33 33
Impacted Files | Coverage Δ | |
---|---|---|
kevlar/cli/alac.py | 100% <ø> (ø) |
:arrow_up: |
kevlar/cli/localize.py | 100% <ø> (ø) |
:arrow_up: |
kevlar/varmap.py | 100% <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 5fc24f5...016543a. Read the comment docs.
Short alignment blocks are a cause for suspicion, and in any case can result in variant-spanning windows shorter than
ksize
, for which likelihood scores cannot be computed. This update discards alignment blocks shorter thanksize
in length prior to variant calling. Closes #260.