I am recently running snpgenie within pool analysis, using command snpgenie.pl --minfreq=0.01 --snpreport=${sample}_snpgenie.vcf --vcfformat=2 --slidingwindow=30 --fastafile=./seqs/MN908947_3.fasta -- gtffile=./seqs/MN908947_3.gff.txt. I want to exclude all the variants below 1% frequency so using minfreq=0.01, however I realized all the mutations with frequency >0.99 have been excluded. I am not sure why this is happening, can someone help me figure it out. I attached the screen shot of the script out put and my vcf file.


I am recently running snpgenie within pool analysis, using command


snpgenie.pl --minfreq=0.01 --snpreport=${sample}_snpgenie.vcf --vcfformat=2 --slidingwindow=30 --fastafile=./seqs/MN908947_3.fasta -- gtffile=./seqs/MN908947_3.gff.txt.I want to exclude all the variants below 1% frequency so using minfreq=0.01, however I realized all the mutations with frequency >0.99 have been excluded. I am not sure why this is happening, can someone help me figure it out. I attached the screen shot of the script out put and my vcf file.