Open cimendes opened 5 years ago
Merging #224 into dev will decrease coverage by
1%
. The diff coverage is0%
.
@@ Coverage Diff @@
## dev #224 +/- ##
==========================================
- Coverage 42.34% 41.34% -1.01%
==========================================
Files 72 73 +1
Lines 6529 6584 +55
==========================================
- Hits 2765 2722 -43
- Misses 3764 3862 +98
Impacted Files | Coverage Δ | |
---|---|---|
flowcraft/generator/components/metagenomics.py | 100% <ø> (ø) |
:arrow_up: |
flowcraft/generator/components/mapping.py | 100% <ø> (ø) |
:arrow_up: |
flowcraft/templates/renamePE_samtoolsFASTQ.py | 0% <0%> (ø) |
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 a2074ca...441daf0. Read the comment docs.
This PR fixes the issues raised in #219. I've moved the problematic file from the bin folder and into templates, updating it to python3. I've also adjusted the components "remove_host" and "retrieve_mapped" to handle this template file.
This change is