VCF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Specifications) |
Dan Tobias (Talk | contribs) (→Specifications) |
||
Line 8: | Line 8: | ||
* [https://samtools.github.io/hts-specs/VCFv4.2.pdf Version 4.2 Specification] | * [https://samtools.github.io/hts-specs/VCFv4.2.pdf Version 4.2 Specification] | ||
* [https://samtools.github.io/hts-specs/VCFv4.3.pdf Version 4.3 Specification] | * [https://samtools.github.io/hts-specs/VCFv4.3.pdf Version 4.3 Specification] | ||
+ | * [https://samtools.github.io/hts-specs/ SAM/BAM and related specifications] | ||
== Links == | == Links == |
Revision as of 01:22, 24 July 2020
VCF (Variant Call Format) is a data format used for mapping genomes (sequences of DNA codons in genetic material). It is text based, though its official spec states that it will likely be stored in a compressed manner.