Hello, I am running an SNP analysis and have two questions about the output.
My command-line is the following: samtools mpileup -f genome.fa left-reads.bam right reads.bam | --min-avg-qual 25 --p-value 0.01 --min-freq-for-hom 0.95 --output-vcf 1 --min-var-freq 0.2 -> output.vcf &
Question 1: the output.vcf is missing the VarFreq information. Can somebody tell me what am I missing here in order to get VarFreq values?
Question 2: my output contains info for two samples. Does this reflect the fact that my input contains 2 bam files? Or am I missing something about the meaning of Sample 1 and Sample 2? Thanks, G.