This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Vcf Vs Sam Output

what is the major difference between SAM and VCF

mpileup pileup vcf sam

1 answer

SAM - Sequence Alignment Map - describes the full alignment of sequences against a reference

VCF - Variant Call Format - describes only the sequence variations

SAM specification

VCF format specifiation

Log in to answer this question.