Entering edit mode
4.1 years ago
Pueblo errante
•
0
Hi! I realized my genome assembly de novo in STACKS and I used this command to called the SNPs in VCF format.
populations -P ../stacks -M ../stacks/popmap.lst --fstats --vcf --genepop --threads 80
I have a problem with the VCF, I don´t have any value of quality (column "QUAL"), I don´t know what´s wrong.
Thank you so much! and please feel free to ask me any additional info.
Please provide more information. From the description it sounds like you are doing de novo genome assembly, but I can only assume you mean you are de novo assembling your RAD-Seq type reads with the de novo pipeline in STACKS (also not sure of the version of STACKS you are using or what commands you used to get to the
populations
step - those need to be provided too if you want any additional help). It is also very possible that there is noQUAL
value for STACKS's VCF output. You could filter on other values such asDP
, etc.