starskyzheng / panpop

Application of pan-genome for population
MIT License
87 stars 8 forks source link

I have two type reads, HIFI reads and CLR reads, how to use them for SV calling. #40

Closed kmosi0 closed 4 months ago

kmosi0 commented 4 months ago

I have two type reads, HIFI reads and CLR reads, how to use them for SV calling. Merge them to one file to calling SV or calling SV respectively and merge vcf file ? which one is better ? hope for you reply, thank you !

starskyzheng commented 4 months ago

HiFi reads is more accurately for SV calling. I recommend to use HiFi reads only. If you need to use both two types of reads, you must separate two type of reads into two samples, and then calling SVs for each samples separately.