Difference between revisions of "MAFFT"

From UFRC
Jump to navigation Jump to search
(Created page with "=MAFFT= MAFFT is a multiple sequence alignment program for unix-like operating systems. It offers a range of multiple alignment methods, L-INS-i (accurate; for alignment of <…")
 
m (Text replacement - "#uppercase" to "uc")
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=MAFFT=
+
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
 +
{|<!--CONFIGURATION: REQUIRED-->
 +
|{{#vardefine:app|mafft}}
 +
|{{#vardefine:url|http://mafft.cbrc.jp/alignment/software/}}
 +
<!--CONFIGURATION: OPTIONAL (1=ON)-->
 +
|{{#vardefine:exe|1}} <!--RUNNING -->
 +
|{{#vardefine:conf|}} <!--CONFIGS-->
 +
|{{#vardefine:pbs|}} <!--PBS SCRIPTS-->
 +
|{{#vardefine:policy|}} <!--POLICY-->
 +
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
 +
|{{#vardefine:faq|}} <!--FAQ-->
 +
|{{#vardefine:citation|}} <!--CITATION-->
 +
|{{#vardefine:installation|}} <!--INSTALLATION-->
 +
|}
 +
<!--BODY-->
 +
<!--Description-->
 +
{{#if: {{#var: url}}|
 +
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
 
MAFFT is a multiple sequence alignment program for unix-like operating systems.  It offers a range of multiple alignment methods, L-INS-i (accurate; for alignment of <∼200 sequences), FFT-NS-2 (fast; for alignment of <∼10,000 sequences), etc.
 
MAFFT is a multiple sequence alignment program for unix-like operating systems.  It offers a range of multiple alignment methods, L-INS-i (accurate; for alignment of <∼200 sequences), FFT-NS-2 (fast; for alignment of <∼10,000 sequences), etc.
 
+
<!--Modules-->
==Location==
+
==Required Modules==
 
+
[[Modules|modules documentation]]
Binaries are located in: /apps/mafft/<version>/bin/
+
===Serial===
Version installed 9/9/11 is 6.859
+
*{{#var:app}}
 
+
==System Variables==
==Notes==
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
# MAFFT is compiled to run on multiple cores, use the --thread <cores> option to specify the number of cores to use. Make sure that this number corresponds to the resources requested in your #PBS -l nodes=1:ppn=<cores> statement.
+
<!--Additional-->
 +
{{#if: {{#var: exe}}|==Additional Information==
 +
MAFFT is compiled to run on multiple cores, use the --thread <cores> option to specify the number of cores to use. Make sure that this number corresponds to the resources requested in your #PBS -l nodes=1:ppn=<cores> statement.
 +
|}}
 +
<!--Configuration-->
 +
{{#if: {{#var: conf}}|==Configuration==
 +
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.
 +
|}}
 +
<!--PBS scripts-->
 +
{{#if: {{#var: pbs}}|==PBS Script Examples==
 +
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 +
<!--Policy-->
 +
{{#if: {{#var: policy}}|==Usage Policy==
 +
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)
 +
|}}
 +
<!--Performance-->
 +
{{#if: {{#var: testing}}|==Performance==
 +
DOUBLE_CLICK_TO_WRITE_PERFORMANCE_TESTING_RESULTS_HERE
 +
|}}
 +
<!--Faq-->
 +
{{#if: {{#var: faq}}|==FAQ==
 +
*'''Q:''' **'''A:'''|}}
 +
<!--Citation-->
 +
{{#if: {{#var: citation}}|==Citation==
 +
If you publish research that uses {{#var:app}} you have to cite it as follows:
 +
DOUBLE_CLICK_TO_WRITE_CITATION_HERE
 +
|}}
 +
<!--Installation-->
 +
{{#if: {{#var: installation}}|==Installation==
 +
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 +
__NOTOC____NOEDITSECTION__

Revision as of 21:21, 6 December 2019

Description

mafft website  

MAFFT is a multiple sequence alignment program for unix-like operating systems. It offers a range of multiple alignment methods, L-INS-i (accurate; for alignment of <∼200 sequences), FFT-NS-2 (fast; for alignment of <∼10,000 sequences), etc.

Required Modules

modules documentation

Serial

  • mafft

System Variables

  • HPC_MAFFT_DIR - installation directory

Additional Information

MAFFT is compiled to run on multiple cores, use the --thread <cores> option to specify the number of cores to use. Make sure that this number corresponds to the resources requested in your #PBS -l nodes=1:ppn=<cores> statement.