Module bam::record::cigar[][src]

Expand description

Cigar and operations on it.

Structs

Iterator over pairs (Option<u32>, Option<u32>). The first element represents a sequence index, and the second element represents a reference index. If the current operation is an insertion or a deletion, the respective element will be None.

A wrapper around raw Cigar.

Double-ended iterator over CIGAR operations (usize, Operation).

Iterator over pairs (u32, u32). The first element represents a sequence index, and the second element represents a reference index. This iterator skips insertions and deletions.

Enums

Cigar operation class:

Cigar operation.