wally icon indicating copy to clipboard operation
wally copied to clipboard

Order of reads

Open baozg opened this issue 1 year ago • 2 comments

Hi, @tobiasrausch

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

baozg avatar Jan 12 '24 15:01 baozg

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.

tobiasrausch avatar Jan 16 '24 10:01 tobiasrausch

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

baozg avatar Jan 17 '24 13:01 baozg