Entering edit mode
11.1 years ago
Nicolas Rosewick
11k
Hi,
I wonder if it's possible to allow small local alignment using bwa. Per example: with 2x100bp reads, to output all alignment with minimum 10 bases mapped ? So a very loose alignment.
Thanks
I think you might be better of with a Smith-Waterman implementation like 'bwa bwasw', but am not sure what the smallest possible match is.
Andreas