BenLangmead / bowtie2

A fast and sensitive gapped read aligner
GNU General Public License v3.0
638 stars 160 forks source link

Identifying mapped locations of multi-mapped reads #439

Open Sameerpython opened 1 year ago

Sameerpython commented 1 year ago

Hi,

I have used bowtie2 --local for mapping my sequence data against a reference genome. I have filtered the multi-mapped reads from the .bam file and would like to find the different locations on the genome for each of these multi-mapped reads. Here while mapping, I have not used the -k attribute.

Any suggestions, please?

Thank you!