You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I used glactools to convert multiple sample vcf file to acf format. However, a problem has occured as follows:
(base) [shali@vm-login02 test]$ glactools vcfm2acf --onlyGT --fai /public/home/fan_lab/shali/reference/hg38.fa.fai chr22.vcf.gz > chr22.acf.gz
SimpleVCF: cannot observed both GL and PL
My vcf file was generated by PEPPER-Margin-DeepVariant pipeline, regenotyped by whatshap and filtered by vcftools. Two lines of this file are shown below, and I think it do contains GL at least:
Hello! Thank you for your interest in my software! My apologies for the delay in replying I'm currently on paternity leave.
This is not really a bug, it is more like a feature. I did not expect that it caller would simultaneously produce PL and GL. It does not make much sense. If I had more time I could add a flag to accept such format. However, I have very little time during the day.
Could you try to modify the input file to remove the pl field?
Thanks for your reply! I used bcftools to remove the PL field. And after I did so, the glactools began to work successfully. I'll put my code here to help others who may encounter the similar problems. And you can close this issue. Thanks one more time.
Hi,
I used glactools to convert multiple sample vcf file to acf format. However, a problem has occured as follows:
My vcf file was generated by PEPPER-Margin-DeepVariant pipeline, regenotyped by whatshap and filtered by vcftools. Two lines of this file are shown below, and I think it do contains GL at least:
May I have some help from anybody? Thanks!
The text was updated successfully, but these errors were encountered: