We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_pos
Do we have an equivalent of this?
https://github.com/rust-bio/rust-htslib/blob/622a0996fee4c03674bfcebd16c3876258c28a5b/src/bam/record.rs#L1999-L2008
The text was updated successfully, but these errors were encountered:
In a way getAlignedPairs can be subsetted.
getAlignedPairs
dhtslib/source/dhtslib/sam/record.d
Lines 527 to 531 in 11be3de
It returns a range of AlignedPairs that contain rpos, qpos, cigar op, query base, and potentially reference base (if MD tag is present).
AlignedPair
Sorry, something went wrong.
Interesting that rust-htslib wrote a long function for this; seems useful. keep in back of your mind.
No branches or pull requests
Do we have an equivalent of this?
https://github.com/rust-bio/rust-htslib/blob/622a0996fee4c03674bfcebd16c3876258c28a5b/src/bam/record.rs#L1999-L2008
The text was updated successfully, but these errors were encountered: