compbiocore / qcdb

QC Database
0 stars 1 forks source link

fix(parsers): changed how fastqc parser deals with the extra comment … #22

Closed JRWallace closed 5 years ago

JRWallace commented 5 years ago

…line in the seqdup metric

previously, the module_start_idx lines for seqdup would be off by one line in situations where not all possible metrics are reported

codecov[bot] commented 5 years ago

Codecov Report

Merging #22 into devel will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           devel      #22      +/-   ##
=========================================
- Coverage   70.4%   70.34%   -0.06%     
=========================================
  Files         10       10              
  Lines        500      499       -1     
=========================================
- Hits         352      351       -1     
  Misses       148      148
Impacted Files Coverage Δ
qcdb/parsers/fastqc_parse.py 95.55% <100%> (-0.1%) :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 4abe29b...20a4c11. Read the comment docs.