This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Which Software Can Generate Local Alignment?

Could anyone let me know which software I can use to do local alignment of two sequences? Thanks very much!

5 answers

Maybe you can start with "water" (implementation of Smith and Waterman local alignment) in the EMBOSS package.

In Unbuntu: apt-get install emboss!

Thanks a lot! I should not forget Water! It is very famous!

wikipedia has a comprehensive list http://en.wikipedia.org/wiki/List_of_sequence_alignment_software

The below two pages list several options for aligning two reads.

http://www.molbiol-tools.ca/Alignments.htm

http://www.ebi.ac.uk/Tools/psa/

BLAST (ie. BLAST2SEQ)

http://blast.ncbi.nlm.nih.gov/Blast.cgi?PAGE_TYPE=BlastSearch&PROG_DEF=blastn&BLAST_PROG_DEF=megaBlast&BLAST_SPEC=blast2seq

Edit: I second water too. Its very useful (albeit quite slow...)

Jalview is a free MSA visualisation software that can generate local alignment within large protein. It offer a range of multiple sequence alignment tools including Clustal Omega, Clustal W, Mafft, Muscle, Tcoffee and Probcons. They have YouTube video playlist about 'Selecting and Editing Sequences using Jalview'.

Log in to answer this question.