AlignmentStructure.cigar¶Cigar formatted string for the optimal alignment
| Returns: | str
|
|---|
Notes
The cigar string format is described in [R94] and [R95].
If there is no cigar or optimal alignment, this will return an empty string
References
| [R94] | (1, 2) http://genome.sph.umich.edu/wiki/SAM |
| [R95] | (1, 2) http://samtools.github.io/hts-specs/SAMv1.pdf |