This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert Haps file to vcf file?

I got the haps file and sample file after pre-phasing with eagle2. After that, I tried to switch to a vcf file using SHAPEIT4, but it keeps saying that there is no index file. How can I easily convert to a vcf file? Thank you

pre-phasing gwas imputation

unzip haps then:

   bin/shapeit \
    -convert \
    --input-haps {haps_prefix} \
    --thread {cpus} \
    --output-vcf {phased_vcf};

0 answers

No answers yet.

Log in to answer this question.