Entering edit mode
21 months ago
eennadi
▴
40
Hello,
I want to create a multisample VCF file. I have bam files from various alignment.
I ran the command
bcftools mpileup -d 100000 -f ~reference *.bam | bcftools call -c > concate.vcf
Is this step scientifically correct? Or do I need to merge all bam first before running the above command?
Thanks
yes , althought most people use -m , not -c http://www.htslib.org/workflow/wgs-call.html