raxml-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| raxml-software [2014/12/08 10:12] – [Installation Notes] joguya | raxml-software [2025/05/14 12:03] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== RAxML ====== | ====== RAxML ====== | ||
| + | RAxML (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum Likelihood based inference of large phylogenetic trees. | ||
| - | ===== RAxML 8.0.23 | + | ===== Information |
| - | ==== Information | + | |
| - | * Version: 8.0.23 | + | * Latest |
| * Added: June, 2011 | * Added: June, 2011 | ||
| - | * Updated: May 27, 2014 | + | * Updated: May, 2025 |
| * Link: https:// | * Link: https:// | ||
| - | ==== Usage ==== | + | === Usage === |
| - | === See versions of RAxML which are available | + | Show all available |
| - | < | + | |
| - | ==== Installation ===== | + | < |
| - | Notes from the sysadmin during installation: | + | |
| - | < | + | Load one version into your environment and run it: |
| - | cd standard-RAxML | + | |
| - | scl enable devtoolset-1.1 bash | + | |
| - | git checkout v8.0.23 | + | |
| - | make -f Makefile.AVX.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.AVX.PTHREADS.gcc | + | |
| - | sudo mkdir -p / | + | |
| - | sudo cp raxmlHPC-* / | + | |
| - | ===== RAxML 8.1.9 ===== | + | |
| - | Information: | + | |
| - | * Version: 8.1.9 | + | |
| - | * Added: December, 2014 | + | |
| - | * Link: https:// | + | |
| - | ==== Installation Notes ==== | + | < |
| - | * Download pandaseq 2.8.1, create version specific dir in / | + | $ raxmlHPC-PTHREADS-AVX2</ |
| - | git clone https:// | + | |
| - | cd standard-RAxML | + | |
| - | scl enable devtoolset-1.1 bash | + | |
| - | git checkout v8.1.9 | + | |
| - | make -f Makefile.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.SSE3.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.AVX.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.PTHREADS.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.AVX.PTHREADS.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.SSE3.PTHREADS.gcc | + | |
| - | rm *.o | + | |
| - | module load openmpi/1.8.2 | + | |
| - | make -f Makefile.MPI.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.SSE3.MPI.gcc | + | |
| - | rm *.o | + | |
| - | make -f Makefile.AVX.MPI.gcc | + | |
| - | rm *.o | + | |
| - | sudo mkdir -p / | + | |
| - | sudo cp raxmlHPC* / | + | |
| - | </ | + | |
| - | * RAxML/8.1.9 module file:< | + | Note: you should set the number of concurrent CPU threads using the '' |
| - | ##################################################################### | + | |
| - | ## | + | |
| - | ## RAxML Modulefile | + | |
| - | ## by James Oguya, < | + | |
| - | ## December, 2014 | + | |
| - | ## | + | |
| - | set | + | < |
| - | set | + | |
| - | set | + | |
| - | set | + | |
| - | + | ||
| - | conflict | + | |
| - | + | ||
| - | prepend-path PATH ${exec_prefix} | + | |
| - | </ | + | |
| + | === Installation === | ||
| + | Notes from the sysadmin during installation: | ||
| + | < | ||
| + | $ wget https:// | ||
| + | $ tar xf v8.2.12.tar.gz | ||
| + | $ cd standard-RAxML-8.2.12 | ||
| + | $ make -f Makefile.SSE3.gcc | ||
| + | $ make -f Makefile.SSE3.PTHREADS.gcc | ||
| + | $ make -f Makefile.AVX.gcc | ||
| + | $ make -f Makefile.AVX.PTHREADS.gcc | ||
| + | $ make -f Makefile.AVX2.gcc | ||
| + | $ make -f Makefile.AVX2.PTHREADS.gcc | ||
| + | $ sudo mkdir -p / | ||
| + | $ sudo cp raxmlHPC-* / | ||
raxml-software.1418033571.txt.gz · Last modified: by joguya
