Entering edit mode
8.3 years ago
kanshenglong
•
0
I am in need of some help again.
I have a set of sequences (in a multifasta file), and I need to align them against a reference with local alinment. I have tried EMBL-EBI pairwise alignment tools, but it just calculate the local alignment of two sequences. And 'bwa mem' does a local alignment, it only aligns the best matching parts of my contigs while the remainder is clipped off, but I need the intact sequences. Other software that can be useful?
Thanks in advance.
Use
bwa mem -Y
....Can I retrieve such alignment in a fasta format? Thanks a lot.
I have not tried it before but bwasw option of bwa might work.
Look at the pair-wise alignment output formats from EMBOSS on this page (
markxN
series). I assume you are referring to EMBOSS tools on the EBI site. It may be that you just need to select-aformat markx0
as output for your pairwise alignment.