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
Hi,
bamread/bamread/read.py
Line 14 in 4b3d15b
This line should be like that, isn't it?
strands = pd.Series(strands).replace({0: "+", 16: "-"}).astype("category")
flag 16 means that SEQ being reverse complemented so negative-strand?
SEQ being reverse complemented
https://en.wikipedia.org/wiki/SAM_(file_format)
The text was updated successfully, but these errors were encountered:
Have I made such a fundamental mistake? :(
Sorry, something went wrong.
This answer seems to agree with you:
The bit for 16 is set if the read is mapped on the reverse strand
Yikes, you are correct!
Fixed and uploaded new version to PyPI.
No branches or pull requests
Hi,
bamread/bamread/read.py
Line 14 in 4b3d15b
This line should be like that, isn't it?
flag 16 means that
SEQ being reverse complemented
so negative-strand?https://en.wikipedia.org/wiki/SAM_(file_format)
The text was updated successfully, but these errors were encountered: