Changeset 3333 for trunk/yat/omic/Pileup.h
- Timestamp:
- Oct 23, 2014, 2:26:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/Pileup.h
r3332 r3333 103 103 104 104 /** 105 \brief iterate to next position with coverage 106 107 If any read has an insertion here, next position will be a 108 skip_ref locus; otherwise we iterate to next locus on 109 reference that has coverage. 110 */ 111 // FIXME should this be public? 105 Increment CIGAR. If current CIGAR element is consuming query 106 (not deletion), increment to next base on query. 107 */ 112 108 void increment(void); 113 109
Note: See TracChangeset
for help on using the changeset viewer.