Open DayTimeMouse opened 2 weeks ago
Hello @DayTimeMouse, Severus expects both bam files to be phased with the same vcf file. We suggest using normal phased vcf to haplotag both normal and tumor. In our experience, it provides more stable and accurate phasing since the phasing tools are not designed to handle CNAs in the tumor. Unfortunately, hiphase does not do only haplotagging. So we run hiphase with normal bam (without tagging), then run whatshap to haplotag both normal and tumor with the phased vcf, then run severus with the normal phased vcf.
Best Ayse
Hi,
I am confused about
--phasing-vcf phased.vcf
, I don't know which phased.vcf should I choose.I used Clair3 to get
phased_merge_output.vcf.gz
for normal and tumor, seperately. But severus only need onephased.vcf
file.Clair3 for normal: the output is
phased_merge_output.vcf.gz
Clair3 for tumor: the output is
phased_merge_output.vcf.gz
How to choose/get
--phasing-vcf phased.vcf
?Should I run HiPhase with Clair3 output(
phased_merge_output.vcf.gz
) to gettumor_hifi_hiphase.vcf.gz
as--phasing-vcf phased.vcf
?Best regards.