MCPcopy Create free account
hub / github.com/BirolLab/abyss / mateTargetAtQueryStart

Method mateTargetAtQueryStart

Common/SAM.h:307–310  ·  view source on GitHub ↗

* Return the position of the first base of the mate query on the * target extrapolated from the start of the alignment. */

Source from the content-addressed store, hash-verified

305 * target extrapolated from the start of the alignment.
306 */
307 int mateTargetAtQueryStart() const
308 {
309 return targetAtQueryStart() + isize;
310 }
311
312 friend std::ostream& operator <<(std::ostream& out,
313 const SAMRecord& o)

Callers 1

estimateDistanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected