This is a test version of Biostars. For the public version, visit https://www.biostars.org.
tools for global alignment

Hello,

I would like to align fasta sequences size (40 to 400) bp to a reference about 290 bp globally. So if the sequence is smaller or larger than the reference it should not match. Which alignment tool do you recommend? I prefer to use bwa or bowtie but please suggest settings to use. I've used bwa mem under default settings and it aligned locally which is not what I'm looking for.

Thanks

alignment

So if the sequence is smaller or larger than the reference it should not match

That's not what global alignment does.

1 answer

Bowtie2 has an --end-to-end mode, read its manual. BBMap also is a global aligner.

But I agree with jrj.healey when he says you concept of global alignment is not correct.

Log in to answer this question.