| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/biology/vcflib/ |
Upload File : |
The Variant Call Format (VCF) is a flat-file, tab-delimited textual format
intended to concisely describe reference-indexed variations between
individuals. VCF provides a common interchange format for the description of
variation in individuals and populations of samples, and has become the defacto
standard reporting format for a wide array of genomic variant detectors.
vcflib provides methods to manipulate and interpret sequence variation as it
can be described by VCF. It is both:
an API for parsing and operating on records of genomic variation as it can
be described by the VCF format
and a collection of command-line utilities for executing complex
manipulations on VCF files.
The API itself provides a quick and extremely permissive method to read and
write VCF files. Extensions and applications of the library provided in the
included utilities (*.cpp) comprise the vast bulk of the library's utility for
most users.