-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[query] Erroneous error on export_vcf when exporting haploid calls #14330
Comments
Thanks for the report! This is a bug. The hail/hail/src/main/scala/is/hail/expr/ir/MatrixWriter.scala Lines 1012 to 1017 in 026a64d
|
danking
pushed a commit
that referenced
this issue
Feb 29, 2024
chrisvittal
added a commit
that referenced
this issue
Jul 10, 2024
chrisvittal
added a commit
that referenced
this issue
Jul 10, 2024
chrisvittal
added a commit
that referenced
this issue
Jul 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
We have a dataset with joint call multi-sample VCF files (not from imputation). We converted those multi-sample VCFs to hailmatrix tables with following WDL code in Terra:
After sample filtering, we want to export it to VCF.
It worked on chr1 to chr22, but failed at chrX and chrY with error: VCF spec does not support phased haploid calls.
What should we do to export chrX and chrY?
Version
0.2.127-py3.11
Relevant log output
The text was updated successfully, but these errors were encountered: