dhtslib.tagvalue

Module provides a parser for SAM/BAM record auxillary tags.

Reference: https://samtools.github.io/hts-specs/SAMtags.pdf

Members

Aliases

Types
alias Types = AliasSeq!(byte, ubyte, short, ushort, int, uint, float, string, char)

Undocumented in source.

Enums

TypeIndex
eponymoustemplate TypeIndex(T)

Undocumented in source.

Structs

TagValue
struct TagValue

This represents a SAM/BAM record tag value, as outlined in the SAM specs §1.5.

Variables

TypeChars
char[9] TypeChars;

See https://samtools.github.io/hts-specs/SAMv1.pdf sec 1.5

Meta