VCF.Version (VCF v1.0.0)

View Source

A supported Variant Call Format specification version.

Summary

Functions

Parses a VCF fileformat value.

Types

t()

@type t() :: %VCF.Version{major: 4, minor: 1..5}

Functions

parse(value)

@spec parse(term()) :: {:ok, t()} | {:error, VCF.Error.t()}

Parses a VCF fileformat value.