Difference between revisions of "TreePL"

From UFRC
Jump to navigation Jump to search
Line 27: Line 27:
  
 
<!--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_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory

Revision as of 20:30, 10 June 2022

Description

treepl website  

treePL is a method for calculating divergence time estimates using penalized likelihood (Sanderson, 2002) on large phylogenies. Penalized likelihood uses a semi-parametric approach that allows for different rates on different branches but has a smoothing parameter, set using cross-validation, that affects how much rate differences over the tree are penalized. This approach attempts to overcome the problem of local minima, a problem amplified by including more taxa. This approach provides performance comparable with or better than that of the existing software including r8s, PATHd8 and BEAST.

Environment Modules

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

System Variables

  • HPC_TREEPL_DIR - installation directory