seqan / iGenVar

The official repository for the iGenVar project.
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

[FIX] Readd removed if case #223

Closed Irallia closed 2 years ago

Irallia commented 2 years ago

I made a mistake when calling INVs. I accidentally deleted one if case too many. With the new benchmarks, I then noticed on the plot that something is not right. It was: results no_DUP_and_INV-INS all and now it is: results no_DUP_and_INV all

codecov[bot] commented 2 years ago

Codecov Report

Merging #223 (3cd2375) into master (affb214) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #223   +/-   ##
=======================================
  Coverage   98.39%   98.40%           
=======================================
  Files          18       18           
  Lines         874      875    +1     
=======================================
+ Hits          860      861    +1     
  Misses         14       14           
Impacted Files Coverage Δ
src/variant_detection/variant_output.cpp 100.00% <100.00%> (ø)

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 affb214...3cd2375. Read the comment docs.