Skip to content

iliuh/FMAlign

Repository files navigation

FMAlign
a fast multiple nucleotide sequence alignment method based on FM-index

How to use FMAlign
Download:

git clone https://github.com/iliuh/FMAlign.git
or download ZIP package

Build:

cd FMAlign
make

Usage:

./FMAlign [options]

  • General Options:
    --help Show the help file.

  • Options of alignment:
    --in [filename] Input the sequences file in FASTA format
    --out [file] Output of the aligned sequences in FASTA format. The default "output" is filename.fmalign.
    --thread [int] Set the number of CPU threads (default: 1).
    --package Aligning the sub-sequences by MSA tool, mafft or halign. The default "package" is mafft.

notice: if package mafft can not work, please type

cd packages/MAFFT
make

Related tools:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published