Vcflib: Difference between revisions
Created page with "Category:SoftwareCategory:biologyCategory:bioinformaticsCategory:genomics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|vcflib}} |{{#vardefine:url|https:/..." |
Moskalenko (talk | contribs) m Text replacement - "#uppercase" to "uc" |
||
Line 30: | Line 30: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_SRC - library source directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 21:29, 6 December 2019
Description
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.
Environment Modules
Run module spider vcflib
to find out what environment modules are available for this application.
System Variables
- HPC_VCFLIB_DIR - installation directory
- HPC_VCFLIB_BIN - executable directory
- HPC_VCFLIB_SRC - library source directory