lh3/miniasm

Quality scores during mapping

ardakdemir opened this issue · 2 comments

I have a question about the the implementation. Are you making use of the quality scores associated with each read during mapping with minimap2 ? In other words does the way we calculate and write the quality scores given in the fastq files affect the performance of the mapper or the overall assembly process?

lh3 commented

No, quality scores are not used.

ahcm commented

Can you elaborate on why? Are they not that useful?