Hi everyone,
I am using Bowtie2 to perform 20-bp sequence alignment. I need to find minimum of 15-bp matched sites, in other words, the length of mapped sites >=15bp. No gaps are allowed.
When reading bowtie2 manual, I can't well understand the --score-min
option. If I choose the constant (C) method, is --score-min=C,-30,0
ok for my work? Hope experts give me some advices. THANK you very much!
Thank you very much, Devon. I am further reading the manual and testing the
local
,ma
andmp
options.