flowcraft icon indicating copy to clipboard operation
flowcraft copied to clipboard

Fix for #219 - Bad python2 file lost in the bin folder

Open cimendes opened this issue 6 years ago • 1 comments

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 Reviewable

cimendes avatar Sep 16 '19 20:09 cimendes

Codecov Report

Merging #224 into dev will decrease coverage by 1%. The diff coverage is 0%.

Impacted file tree graph

@@            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.

codecov-io avatar Sep 16 '19 20:09 codecov-io