-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi,
I'm working on comparative genomics across divergent species. For each species/population, I map the sequencing data to their own reference genome, do variant calling, and apply statistical phasing to generate phased VCFs with genotype phase (|) and phase set (PS) annotations.
After this, I want to convert the population-specific VCFs to a common reference genome using bcftools liftover. However, I could not find documentation specifying how bcftools liftover handles phasing information during coordinate conversion — specifically, whether PS tags are retained and remain valid after the liftover process, and if phasing structure is preserved when variants move relative to each other.
Does bcftools liftover preserve phasing information correctly during coordinate conversion? Are there any caveats I should be aware of regarding phasing sets after liftover?
Thank you!