Module header

Source
Expand description

VCF header and fields.

Re-exports§

pub use self::file_format::FileFormat;
pub use self::parser::ParseError;
pub use self::parser::Parser;
pub use self::record::Record;
pub use self::string_maps::StringMaps;

Modules§

file_format
VCF header file format.
parser
VCF header parser.
record
VCF header record and components.
string_maps
An indexed map of VCF strings.

Structs§

Builder
A VCF header builder.
Header
A VCF header.

Type Aliases§

AlternativeAlleles
VCF header alternative allele records.
Contigs
VCF header contig records.
Filters
VCF header filter records.
Formats
VCF header format records.
Infos
VCF header info records.
OtherRecords
VCF header generic records.
SampleNames
VCF header sample names.