Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 596 Bytes

MAFFT container

Main tool : MAFFT

MAFFT is a multiple sequence alignment program for unix-like operating systems..

Example Usage

# have mafft detect what to do
mafft --auto input > output
# filter out sequences with too many ambiguous values with --maxambiguous (only available in version greater than 7.473) and compare to reference
mafft --auto --maxambiguous 0.05 --addfragments othersequences referencesequence > output

Other noteworthy options include

--thread # allows parallelization
--large # reduces memory burden