This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bowtie2 reporting alignments count

I am using bowtie2 for mapping genome to reference fasta. As said in bowtie2 manual it reports only the best one alignment. What if read has two best alignments with the same score? Will it report only one random read?

genome alignment

1 answer

Hi,

Yes, bowtie2 will report a random position for a read (among the best positions) if there are more available position than the requested number. You can modify the maximum amount of position per read. Have a look over here :)

Log in to answer this question.