-
Notifications
You must be signed in to change notification settings - Fork 23
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
segfault at basic qc step #3
Comments
I have just tried to run your command using my own version of dup.grch37.bed.gz/dup.grch37.bed.gz.tbi and it works for me. This is what that file should contain:
In any case, I did not write bcftools annotate. Make sure you use one of the latest versions of bcftools (e.g. 1.9-83-gb406a39) and, if you can reproduce the error, then maybe file a bug report with the maintainer of bcftools. |
Somehow I'm missing the 4th column in my dup file. I suppose that's why I'm getting the segfault. |
My bad indeed. I fixed the README. Thank you for reporting the issue now. Still, bcftools annotate should have given you a proper error message rather than segfault. |
On a separate note, I don't know my sample's gender so I generated the exclusion list without the sex test. Will it have significant impact on the phasing and mocha results? |
Thank you for your prompt reply and help! |
It will not have a huge impact, but you could run MoChA on the unphased VCF and it will generate a summary file with the sex column which you could use to complete the QC before you phase the data. I will include this information in the next update. |
I'm using the WGS and array example posted on the README as my VCF then converted to BCF. When I run the data QC step (excluding dups, etc) using the command on either the WGS or array bcf
I get the following segfault
I have attached the bcf and header files.
example.zip
The text was updated successfully, but these errors were encountered: