Open kokyriakidis opened 4 years ago
Hi @alekseyzimin!
I have illumina + HiFi data. Can I do variant calling with superReadSequences produced by these two types of data?
Is some information lost during this proccess? Can I map these superReadSequences with BWA
You can. I recommend mapping the super-reads with nucmer and using the delta2vcf.pl script in the 3.4.2 version.
delta2vcf.pl< out.delta > out.vcf
Hi @alekseyzimin!
I have illumina + HiFi data. Can I do variant calling with superReadSequences produced by these two types of data?
Is some information lost during this proccess? Can I map these superReadSequences with BWA