well, I have follow your code:
samtools faidx cmv3.fasta to index the fasta file
bcftools mpileup --redo-BAQ --min-BQ 30 --per-sample-mF --annotate FORMAT/AD,FORMAT/ADF,FORMAT/ADR,FORMAT/DP,FORMAT/SP,INFO/AD,INFO/ADF,INFO/ADR -f cmv3.fasta scaffold_nofilt_PV158.bam bcftools call --multiallelic-caller --variants-only -Ov > scaffold_nofilt_PV158_q10_variant.vcf to create the vcf file
But I get only this message: [main] Unrecognized command.
What did I do wrong? Thanks

how did you call the original bcf file ?
I called it scaffold_filt_PV003_q10_variant.bcf, is it answer your question?
what is the tool used to call the variants ? samtools ? bcftools ?gatk ? what was the command line ?
He means: how did you perform the variant calling? - GATK?; SAMtools?
I used samtools to get that file, the command line is
the question was:
and not
begining with a input file:
I got the bcf then I convert a bcf to vcf with this command:
And the
output.vcfhas not a record of Allele Depth. Is there another alternative way to get it? How?