Closed standage closed 5 years ago
Merging #302 into master will increase coverage by
<.01%
. The diff coverage is96.96%
.
@@ Coverage Diff @@
## master #302 +/- ##
==========================================
+ Coverage 96.83% 96.83% +<.01%
==========================================
Files 48 48
Lines 2910 2943 +33
Branches 501 507 +6
==========================================
+ Hits 2818 2850 +32
Misses 60 60
- Partials 32 33 +1
Impacted Files | Coverage Δ | |
---|---|---|
kevlar/cli/call.py | 100% <100%> (ø) |
:arrow_up: |
kevlar/alac.py | 98.21% <100%> (+0.21%) |
:arrow_up: |
kevlar/call.py | 88.8% <95.23%> (+1.29%) |
: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 151b4f1...e6a728c. Read the comment docs.
This update extends the ability to create a mask of variant-spanning k-mers to
kevlar call
via the--gen-mask
option, This was previously introduced tokevlar alac
only. Both implementations now actually report if the FPR is higher than the user-supplied max FPR.Closes #295.