Closed crazyhottommy closed 6 years ago
Hi,
Former SNP/INDEL calling function of bcftools "view" has changed to "call" in the latest version of bcftools. You may use "bcftools call -c > outfile" for the latest bcftools instead of "bcftools view -cg > outfile".
You may find more information below, https://samtools.github.io/bcftools/bcftools.html
Thank you, Best, Sejoon Lee
Thanks!
Hi I have a lot of bam files, and I want to generate the vcf files first by samtools.
bcftools view -cg
gives me error. I think the version of bcftools matters.my bcftools:
Thank you!