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

Order of reads #9

Open
baozg opened this issue Jan 12, 2024 · 2 comments
Open

Order of reads #9

baozg opened this issue Jan 12, 2024 · 2 comments

Comments

@baozg
Copy link

baozg commented Jan 12, 2024

Hi, @tobiasrausch

I just wondering what's logic for order of reads in the wally region? Could we specific the order ?

@tobiasrausch
Copy link
Owner

Wally uses the BAM index to parse through all reads of a given region. So the default order is coordinate-sorted and any other order would require storing the reads in memory. You can, of course, subset the BAM beforehand or split the BAM by a certain tag to visualize specific features of your data in separate panels.

@baozg
Copy link
Author

baozg commented Jan 17, 2024

Thanks for your explanation. In my case, I use contigs alignments from 66 samples. Is it possible to sort the order by read name? I don't think samtools sort -n could work in wally

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