-
Notifications
You must be signed in to change notification settings - Fork 12
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
No variant found #88
Comments
Hi niv280, Can you share the shapeit5 command that you used, and the log file? Thanks, |
Hi, I think that I understood what the problem. |
I also have the same problem. I am running the command:
a snapshot from my VCF containing data from 130 individuals: What may be the problem and how can I solve it? |
Hi niv280, Your ALT allele must be A,C,T or G for SNPs, or INDELS, but not "<NON_REF>" (eg. your ref panel). |
Hi michal-yoles, Try using region=chr6 instead of region=6. Best, |
Now I get a different error:
But my VCF do contain AC (I added it after getting this error message before, it can be seen in the previous screenshot) |
Hi michal-yoles, You also need to add the AN tag. AC and AN are used to compute allele frequency. You can easily fill those tags, eg. using bcftools +fill-AN-AC. Cheers |
Hi,
I'm trying to use phase_common_static to phase relative small VCF using ref_panel, and I'm getting the "No variant found" error
I tried to compare my VCF and the ref panel and it seem there are at least 1 line in the same position that appear in both files.
Here is example for my vcf:

( I using fill tag to add AC before using phase_common)
Here is example for my ref_panel:

Any advise why there is no variant?
The text was updated successfully, but these errors were encountered: