Closed standage closed 5 years ago
Merging #314 into master will decrease coverage by
0.26%
. The diff coverage is63.63%
.
@@ Coverage Diff @@
## master #314 +/- ##
==========================================
- Coverage 95.95% 95.69% -0.27%
==========================================
Files 44 44
Lines 2819 2834 +15
Branches 491 496 +5
==========================================
+ Hits 2705 2712 +7
- Misses 84 89 +5
- Partials 30 33 +3
Impacted Files | Coverage Δ | |
---|---|---|
kevlar/call.py | 87.2% <0%> (-1.42%) |
:arrow_down: |
kevlar/simlike.py | 85.79% <100%> (-0.09%) |
:arrow_down: |
kevlar/cli/simlike.py | 100% <100%> (ø) |
:arrow_up: |
kevlar/localize.py | 98.64% <100%> (ø) |
:arrow_up: |
kevlar/vcf.py | 96.69% <100%> (+0.06%) |
:arrow_up: |
kevlar/cli/localize.py | 100% <100%> (ø) |
:arrow_up: |
kevlar/split.py | 76.92% <45.45%> (-23.08%) |
:arrow_down: |
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 3403d18...a2a989b. Read the comment docs.
Accelerating the assemble/localize/align/call portion of the workflow via Python's threading module has proven unsuccessful, despite its dispatch of the assembly tasks the C extensions. This update modifies the
split
,localize
,call
, andsimlike
modules and the mark I Snakemake workflow to support parallel processing during that portion of the procedure.