Module noodles_vcf::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;
Modules
- VCF header file format.
- VCF header parser.
- VCF header record and components.
Structs
- A VCF header builder.
- A VCF header.
Enums
- A VCF number describing the cardinality of a field.
Type Aliases
- VCF header alternative allele records.
- VCF header contig records.
- VCF header filter records.
- VCF header format records.
- VCF header info records.
- VCF header generic records.
- VCF header sample names.