Entering edit mode
5.9 years ago
seta
★
1.9k
Hi all,
I'm trying to normalize a vcf file using bcftools (norm -m -any
), but it didn't normalize the vcf file without returning any error. Actually, the vcf file was the same before and after normalization! could you please give me any suggestions about the issue, what's the problem?
Thanks
Please give us an example of your input and your desired output.
Thanks!
Hi, sorry for backing late as I had no access to our cluster. There is some rows as below (I just mentioned ref and alt columns, here):
That I expected after normalization something like below, for example for the first variation:
But it didn't change after normalization via
bcftools norm -m -any
. Could you please tell me what's happened?Hello again,
so what you are trying is not called "normalizing". You like to split multiallelic sites.
What version of bcftools are you using? For me it works.
input.vcf:
Command used:
Output:
I'm using bcftools v1.9.
fin swimmer
Thank you for your reply. oh, yes multiallelic sites splitting. I'll check the version.
Hi again. I'm using bcftools v1.9, too. so what's the problem in your opinion?
Does my example work? If so please post an example of your data for testing.
Currently, I have no access to the cluster, I try your example and back to you.