kalign

Fast multiple sequence alignment program for biological sequences

brewmacoslinux
Try with needOr install directly
Source

About

Fast multiple sequence alignment program for biological sequences

Commands

kalign

Examples

Align sequences from a FASTA file and output to stdout$ kalign input.fasta
Align sequences and save output to a file in FASTA format$ kalign input.fasta -o output.fasta
Align sequences with custom gap opening penalty$ kalign input.fasta -gpo 10 -o aligned.fasta