Skip to content
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

How can i obtain all the regions reads hit. (in duplication region) #427

Closed
liukeweiaway opened this issue Aug 7, 2024 · 2 comments
Closed

Comments

@liukeweiaway
Copy link

If a reads hit multiple regions, can i use bwa obtain these regions in sam/bam file?

@nicolo-tellini
Copy link

nicolo-tellini commented Aug 11, 2024

the option -a: output all found alignments for single-end or unpaired paired-end reads. These alignments will be flagged as secondary alignments. The XA tag gives additional info about multiple locations. see

potential hits reported in the XA tag, lifts ALT hits to the chromosomal

@liukeweiaway
Copy link
Author

the option -a: output all found alignments for single-end or unpaired paired-end reads. These alignments will be flagged as secondary alignments. The XA tag gives additional info about multiple locations. see

potential hits reported in the XA tag, lifts ALT hits to the chromosomal

The answer help he a lot! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants