Changeset 3380


Ignore:
Timestamp:
Feb 25, 2015, 1:47:53 AM (8 years ago)
Author:
Peter
Message:

document how to access size of CIGAR array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/omic/BamRead.h

    r3355 r3380  
    146146       In each element the lower 4 bits gives a CIGAR operation and
    147147       the upper 28 bits keep the length.
     148
     149       The size of CIGAR array is accessed via core().n_cigar.
    148150     */
    149151    const uint32_t* cigar(void) const;
Note: See TracChangeset for help on using the changeset viewer.