# HG changeset patch # User malex # Date 1349213746 14400 # Node ID d95d87f40f47d0f5c2a00acac37e7aca6e6e3515 Uploaded the first beta. diff -r 000000000000 -r d95d87f40f47 raxml.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/raxml.py Tue Oct 02 17:35:46 2012 -0400 @@ -0,0 +1,365 @@ +#!/usr/bin/env python +""" +Runs RAxML on a sequence file. +For use with RAxML version 7.3.0 + +usage: + + + + + + + + + + + + + + + + + + + + + + + + + + + +Title: +______ +Randomized Axelerated Maximum Likelihood + +Author: +_______ +Alexandros Stamatakis <alexandros.stamatakis@h-its.org> + +Description: +____________ + +RAxML is a program for Maximum Likelihood-based inference of large phylogenetic +trees. The program is explicitly being developed to efficiently infer trees for +extremely large datasets, either in terms of the number of taxa and/or the +sequence length. + +This wrapper works with the RAxML version 7.3.2. + +URL: +____ +Author's page: http://www.exelixis-lab.org/ + +Help: http://groups.google.com/group/raxml + +Citing: +_______ + +Alexandros Stamatakis : “RAxML-VI-HPC: Maximum Likelihood-based Phylogenetic +Analyses with Thousands of Taxa and Mixed Models”, Bioinformatics +22(21):2688–2690, 2006. + +