bam_is_rev

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

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

Meta