logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mlagan - highly parametrizable pairwise global aligner

Description

       Lagan  takes local alignments generated by CHAOS as anchors, and limits the search area of the Needleman-
       Wunsch algorithm around these anchors.

       Multi-LAGAN is a generalization of the  pairwise  algorithm  to  multiple  sequence  alignment.   M-LAGAN
       performs  progressive  pairwise  alignments, guided by a user-specified phylogenetic tree. Alignments are
       aligned to other alignments using the sum-of-pairs metric.

Environment

       The LAGAN_DIR variable specifies the location of the nucmatrix file. It defaults to /usr/lib/lagan, where
       Debian also place that file.

mlagan                                           September 2018                                        MLAGAN(1)

Name

       mlagan - highly parametrizable pairwise global aligner

Options

-nested : runs improvement in a nested fashion

       -postir : incorporates the final improvement phase

       -lazy : uses lazy mode

       -translate : use translated anchors

       -fastreject : use fast rejection (tuned for human/mouse or closer)

       -verbose : give debug output

       -tree "(...)" : runs with given phylogenetic tree

       -out "filename": outputs to filename

       -nucmatrixfile "filename": uses given substitution matrix instead of $LAGAN_DIR/nucmatrix.txt-version : prints version info

       -nested : runs improvement in a nested fashion

       -postir : incorporates the final improvement phase

       -lazy : uses lazy mode

       -translate : use translated anchors

       -fastreject : use fast rejection (tuned for human/mouse or closer)

       -verbose : give debug output

       -tree "(...)" : runs with given phylogenetic tree

       -out "filename": outputs to filename

       -nucmatrixfile "filename": uses given substitution matrix instead of $LAGAN_DIR/nucmatrix.txt-version : prints version info

Synopsis

       mlagan seqfile_1 seqfile_2 [... seqfile_63] [-parameters]

See Also