Open martaolmu opened 3 months ago
Hi!
Just in case it is useful for somebody, I think this is caused by the angsd version I was using. I was using the last one (0.940) and when I switched to the 0.934 the issue was solved. I have only used these versions but maybe others work too.
Marta
Hi! I'm trying to obtain a bcf using this command:
For some reason, the bcf file that I obtain has all the values of the QUAL column coded as "." Additionally, in case it helps, when I convert the bcf to vcf using this command: $pth_bcftools/bcftools view $pth_i/$i_name_prefix.bcf | $pth_bcf/vcfutils.pl varFilter -D92 > $pth_o/$o_name_prefix.flt.vcf
The vcf that I obtain is somehow incorrectly formatted (the scaffold should be named "Scaffold_3" without these 0-1 or .-1 that they appear in the beggining. Moreover the first QUAL value is zero and the next ones are still "." ). Here's a little piece of the vcf :
Any ideas on how to fix this? I guess it is something format related but I've been looking into this for weeks and I cannot find a solution.
Many thanks!
Marta