bam_is_mrev

! @function @abstract Get whether the query's mate is on the reverse strand @param b pointer to an alignment @return boolean true if query's mate on the reverse strand

extern (C) pragma(inline, true)
bool
bam_is_mrev

Meta