VCF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Scientific Data formats }} '''VCF''' (Variant Call Format) is a data format used for mapping genomes (sequences of DNA codons i...") |
Dan Tobias (Talk | contribs) (→Specifications) |
||
Line 7: | Line 7: | ||
== Specifications == | == Specifications == | ||
* [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] | ||
== 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.