seqan / iGenVar

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

[BENCHMARKS] dataset comparison long read enhancement #209

Closed Irallia closed 2 years ago

Irallia commented 2 years ago

Illumina Mate Pair

all DUP as INS
Illumina_Mate_Pair results all Illumina_Mate_Pair results DUP_as_INS all
Precision Recall
Illumina_Mate_Pair results pr_all Illumina_Mate_Pair results rec_all

Illumina Paired End

all DUP as INS
Illumina_Paired_End results all Illumina_Paired_End results DUP_as_INS all
Precision Recall
Illumina_Paired_End results pr_all Illumina_Paired_End results rec_all
codecov[bot] commented 2 years ago

Codecov Report

Merging #209 (6e47b08) into master (71ad200) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
- Coverage   98.35%   98.34%   -0.01%     
==========================================
  Files          18       18              
  Lines         850      846       -4     
==========================================
- Hits          836      832       -4     
  Misses         14       14              
Impacted Files Coverage Δ
src/iGenVar.cpp 100.00% <0.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 71ad200...6e47b08. Read the comment docs.

joshuak94 commented 2 years ago

So it looks like using just long reads still works much better than using both short and long reads combined? Also what is the difference between mate pair and paired-end?

Irallia commented 2 years ago

So it looks like using just long reads still works much better than using both short and long reads combined? Also what is the difference between mate pair and paired-end?

Yes, I had a discussion with Knut today aswell. And yes it just looks like out short read calling is very bad. We need to find out whats wrong there.