Difference between revisions of "PAML"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BioinformaticsCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|paml}} |{{#vardefine:url|http://abacus.gene.ucl.a...")
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Bioinformatics]][[Category:Phylogenetics]]
+
[[Category:Software]][[Category:Biology]][[Category:Phylogenetics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|paml}}
 
|{{#vardefine:app|paml}}
Line 25: Line 25:
 
other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.
 
other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_CTL - sample .ctl files directory
+
* HPC_{{uc:{{#var:app}}}}_CTL - sample .ctl files directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_EX - examples directory
+
* HPC_{{uc:{{#var:app}}}}_EX - examples directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 20:12, 12 August 2022

Description

paml website  

PAML is a package of programs for phylogenetic analyses of DNA or protein sequences using maximum likelihood. It is maintained and distributed for academic use free of charge by Ziheng Yang. PAML is not suitable for building trees. It may be used to estimate parameters and test hypotheses to study the evolutionary process when you have reconstructed trees using other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.

Environment Modules

Run module spider paml to find out what environment modules are available for this application.

System Variables

  • HPC_PAML_DIR - installation directory
  • HPC_PAML_BIN - executable directory
  • HPC_PAML_CTL - sample .ctl files directory
  • HPC_PAML_DOC - documentation directory
  • HPC_PAML_EX - examples directory

Additional Information

Most of the binaries in this package require appropriate .ctl files. Copy sample .ctl files from the $HPC_PAML_CTL directory to your working directory and modify them before running the programs. There are sample datasets in $HPC_PAML_EX.