-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
get alignment positions #39
Comments
The end positions of the alignment for both query and reference is readily available using the |
Thank you for the very quick answer ! I managed to get what I wanted thanks to your help, however I seem to have a encountered a strange behavior while looking at the start positions of both the query and reference. I used this bit of code:
And here's what it returns: I wonder why it it returns 0 for the beginning of the reference alignment when I can clearly see the alignment starts around 10 ? Or did I misunderstood something ? Thank you. |
I have this same question — |
Still when using
I would like to have some updates in that regard. Many thanks. |
Hi,
I'm performing semi-global alignments and I was wondering if there's any way to directly get the position of the beginning and end of the alignment on the reference ? Or do I have to use the cigar string to get the information ?
Thanks a lot for your help.
Florian.
The text was updated successfully, but these errors were encountered: