Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'development' of https://github.com/revbayes/revbayes in…
Browse files Browse the repository at this point in the history
…to development
  • Loading branch information
hoehna committed Aug 4, 2017
2 parents 9259664 + 613e000 commit bd0c3cb
Show file tree
Hide file tree
Showing 12 changed files with 889 additions and 172 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const TypeSpec& Dist_constPopMultispCoal::getTypeSpec( void ) const
// create an example as a single string variable.
std::string example = "";
example += "# We are going to save the trees we simulate in the folder simulatedTrees:\n";
example += "dataFolder = \"simulatedTrees\" \n";
example += "dataFolder = \"simulatedTrees/\" \n";
example += "# Let’s simulate a species tree with 10 taxa, 2 gene trees, 3 alleles per species:\n";
example += "n_species <- 10\n";
example += "n_genes <- 2\n";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ std::string Dist_multispeciesCoalescentInverseGammaPrior::getHelpExample(void) c
// create an example as a single string variable.
std::string example = "";
example += "# We are going to save the trees we simulate in the folder simulatedTrees:\n";
example += "dataFolder = \"simulatedTrees\" \n";
example += "dataFolder = \"simulatedTrees/\" \n";
example += "# Let’s simulate a species tree with 10 taxa, 2 gene trees, 3 alleles per species:\n";
example += "n_species <- 10\n";
example += "n_genes <- 2\n";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const TypeSpec& Dist_multispeciesCoalescentUniformPrior::getTypeSpec( void ) con
// create an example as a single string variable.
std::string example = "";
example += "# We are going to save the trees we simulate in the folder simulatedTrees:\n";
example += "dataFolder = \"simulatedTrees\" \n";
example += "dataFolder = \"simulatedTrees/\" \n";
example += "# Let’s simulate a species tree with 10 taxa, 2 gene trees, 3 alleles per species:\n";
example += "n_species <- 10\n";
example += "n_genes <- 2\n";
Expand Down
2 changes: 1 addition & 1 deletion src/revlanguage/moves/tree/Move_SpeciesNarrowExchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ void Move_SpeciesNarrowExchange::setConstParameter(const std::string& name, cons
// create an example as a single string variable.
std::string example = "";
example += "# We are going to save the trees we simulate in the folder simulatedTrees:\n";
example += "dataFolder = \"simulatedTrees\" \n";
example += "dataFolder = \"simulatedTrees/\" \n";
example += "# Let’s simulate a species tree with 10 taxa, 2 gene trees, 3 alleles per species:\n";
example += "n_species <- 10\n";
example += "n_genes <- 2\n";
Expand Down
Loading

0 comments on commit bd0c3cb

Please sign in to comment.