-
Notifications
You must be signed in to change notification settings - Fork 2
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
31_CoriellNA12878.gatk.vcf.gz upload failed #186
Comments
Reopening because it was auto-closed by git commit. This bug popped up here for the first time as we expected PL to be a 3 element array, but it was "." as the sample had a genotype of ".|." which we had never seen before. Made special case code to handle that Redeployed, reloading VCF on vg test... failed again with:
Note: This has an ALT of "." and GT=".|." - but cyVCF2 calls it a zygosity of HOM_ALT here |
Raised CyVCF2 issue brentp/cyvcf2#187 - will write workaround |
I think Frank has fixed this by removing samples with ".|." via commit: https://bitbucket.org/sacgf/ngs-pipelines/commits/eeb43fbff5137121fe6b5ac824bdbe3083aa5d51 But need to confirm |
Frank confirms pipeline change ensures we won't see this zygosity again - no need to deal with this, will re-open again if ever happens in another file |
See:
http://144.6.229.160/upload/view_upload_pipeline/1149
I've also made a small VCF that reproduces this (need to unzip before you upload) https://app.zenhub.com/files/299486514/9b9563b2-8575-4c54-a58e-28b811f55acb/download
The text was updated successfully, but these errors were encountered: