bio.std.hts.bam.cigar

Undocumented in source.

Members

Aliases

CigarOperations
alias CigarOperations = CigarOperation[]
Undocumented in source.

Functions

is_unavailable
bool is_unavailable(CigarOperations cigar)
Undocumented in source. Be warned that the author may not have intended to support it.
makeExtendedCigar
auto makeExtendedCigar(CigarOpRange cigar, MdOpRange md_ops)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CigarOperation
struct CigarOperation

Represents single CIGAR operation

ExtendedCigarRange
struct ExtendedCigarRange(CigarOpRange, MdOpRange)

Forward range of extended CIGAR operations, with =/X instead of M Useful for, e.g., detecting positions of mismatches.

Meta