Difference: DocuMentacoes (8 vs. 9)

Revision 901 Mar 2012 - Main.RodrigoZucoloto

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
____________________________________________________________________________________________________________________________________________________________________________________________
Line: 204 to 204
  ____________________________________________________________________________________________________________________________________________________________________________________________
Changed:
<
<

-- RodrigoZucoloto - 02 Nov 2011
>
>

Fonte: http://nebc.nerc.ac.uk/bioinformatics/docs/mrbayes-multi.html

mrbayes-multi

Name mrbayes-multi
Description

MrBayes is a program for the Bayesian estimation of phylogeny. mrbayes-multi provides a multi-processor version of MrBayes.

In order to run the parallel version of Mr Bayes (across multiple processors) you must have mpi and installed, and MrBayes? must be launched using the mpirun command (i.e. it cannot be executed in the standard interactive mode). Finally you will need to have mpd configured on your system.

To achieve the above, you can run commands similar to the following:

echo "MPD_SECRETWORD=secret"
~/.mpd.conf
chmod 600 ~/.mpd.conf
mpd &
mpirun -np 4 mrbayes-multi

In the first command above, you will want to change the text "secret" to a password only you know. In the final command, change the number 4 to the number of cores you wish to run mrbayes over.

Bayesian inference of phylogeny is based upon a quantity called the posterior probability distribution of trees, which is the probability of a tree conditioned on the observations. The conditioning is accomplished using Bayes's theorem. The posterior probability distribution of trees is impossible to calculate analytically; instead, MrBayes? uses a simulation technique called Markov chain Monte Carlo (or MCMC) to approximate the posterior probabilities of trees.

Homepage  
Remote Documentation http://mrbayes.csit.fsu.edu/wiki/index.php/Main_Page
Local Documentation

__________________________________________________________________________________________________________________________________________________

-- RodrigoZucoloto - 02 Nov 2011

 \ No newline at end of file
 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback