summary refs log tree commit diff
path: root/pkgs/applications/science/biology/mrbayes/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/biology/mrbayes/default.nix')
-rw-r--r--pkgs/applications/science/biology/mrbayes/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/applications/science/biology/mrbayes/default.nix b/pkgs/applications/science/biology/mrbayes/default.nix
index 78295faf69a..70e3da696b4 100644
--- a/pkgs/applications/science/biology/mrbayes/default.nix
+++ b/pkgs/applications/science/biology/mrbayes/default.nix
@@ -13,7 +13,15 @@ stdenv.mkDerivation rec {
 
   meta = {
     description     = "Bayesian Inference of Phylogeny";
-    longDescription = ''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.'';
+    longDescription = ''
+      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.
+    '';
     license     = "GPL2";
     homepage    = http://mrbayes.csit.fsu.edu/;
   };