richelbilderbeek / Cer2016

Community Ecology Research course 2016
GNU General Public License v3.0
1 stars 0 forks source link

Use full posterior in workflow #116

Closed richelbilderbeek closed 8 years ago

richelbilderbeek commented 8 years ago

Now I only store the phylogenies, must also store the parameter estimates.

richelbilderbeek commented 8 years ago

Renamed is_posterior to is_trees_posterior using sed:

sed -i 's/is_posterior/is_trees_posterior/g' *.R
richelbilderbeek commented 8 years ago

Renamed are_identical_posteriors to are_identical_trees_posteriors:

sed -i 's/are_identical_posteriors/are_identical_trees_posteriors/g' *.R
richelbilderbeek commented 8 years ago

Done renaming are_identical_posteriors to are_identical_trees_posteriors with 0f4eecc11f75081dc77c85dd35c0e6aa5c53aaf8

richelbilderbeek commented 8 years ago

After 8a4491f964b40b2e1f570c47ebaf17b4dda80c37 the vignettes need fixing

richelbilderbeek commented 8 years ago

As a stub, I use the lowest ESS value

progress

richelbilderbeek commented 8 years ago

I think I added it, and that it will also work on Peregrine. Let's first check with a small run.

richelbilderbeek commented 8 years ago

Running... :bee:

richelbilderbeek commented 8 years ago

I close this Issue, as it is finished enough to be part of the normal dev process.