RAxML8.0.0: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''[http://www.exelixis-lab.org RAxML]''' (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum Likelihood based inference of large phylo...") |
No edit summary |
||
Line 32: | Line 32: | ||
== External links == | == External links == | ||
* [http://www. | * [https://github.com/stamatak/standard-RAxML RAxML GitHub page] | ||
* [http://www.exelixis-lab.org RAxML home page] |
Revision as of 18:18, 15 March 2014
RAxML (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum Likelihood based inference of large phylogenetic trees. It can also be used for postanalyses of sets of phylogenetic trees, analyses of alignments and, evolutionary placement of short reads.
Module file
The module file can be found in this location:
/cm/shared/modulefiles/SHARED/
<source lang='tcl'>
- %Module1.0#######################################################################
- RAxML 8.0.0 modulefile
proc ModulesHelp { } {
puts stderr "\tAdds RAxML8.0.0 to your environment"
}
module-whatis "Adds RAxML8.0.0 to your environment"
set raxml800_root /cm/shared/apps/SHARED/RAxML/RAxML8.0.0
prepend-path PATH $raxml800_root
</source>
Installation details
Compiled from source using the stock gcc 4.4 of Scientific Linux on 15-03-2014:
https://github.com/stamatak/standard-RAxML