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§
Type Aliases§
- Alternative
Alleles - 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.
- Other
Records - VCF header generic records.
- Sample
Names - VCF header sample names.