User Tools

Site Tools


raxml-ng-software

raxml-ng

RAxML-NG is a phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion. Its search heuristic is based on iteratively performing a series of Subtree Pruning and Regrafting (SPR) moves, which allows to quickly navigate to the best-known ML tree. RAxML-NG is a successor of RAxML (Stamatakis 2014) and leverages the highly optimized likelihood computation implemented in libpll (Flouri et al. 2014).

RAxML-NG offers improvements in speed, flexibility and user-friendliness over the previous RAxML versions. It also implements some of the features previously available in ExaML (Kozlov et al. 2015), including checkpointing and efficient load balancing for partitioned alignments (Kobert et al. 2014).

Information

Usage

See versions which are available:

$ module avail raxml-ng

Load one version into your environment and run it:

$ module load raxml-ng/1.2.2
$ raxml-ng

Installation

Notes from the sysadmin during installation:

$ sudo mkdir -p /export/apps/raxml-ng/1.2.2
$ sudo chown aorth /export/apps/raxml-ng/1.2.2
$ cd /export/apps/raxml-ng/1.2.2
$ wget https://github.com/amkozlov/raxml-ng/releases/download/1.2.2/raxml-ng_v1.2.2_linux_x86_64.zip
$ unzip /var/scratch/raxml-ng_v1.2.2_linux_x86_64.zip
raxml-ng-software.txt · Last modified: 2025/05/12 06:15 by aorth