How can I creating multisample VCF file ?
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
• 976 views
•
link
0 answers
No answers yet.
Log in to answer this question.
yes , althought most people use -m , not -c http://www.htslib.org/workflow/wgs-call.html