beastier
in academiabeastier
and BEAST2beastier
developmentbeastier
technicalbeastier
misc
beastier
in academia.
Cite:
Bilderbeek, Richèl JC, and Rampal S. Etienne.
"babette: BEAUti 2, BEAST 2 and Tracer for R."
Methods in Ecology and Evolution (2018).
or
@article{bilderbeek2018babette,
title={babette: BEAUti 2, BEAST 2 and Tracer for R},
author={Bilderbeek, Richèl JC and Etienne, Rampal S},
journal={Methods in Ecology and Evolution},
year={2018},
publisher={Wiley Online Library}
}
FASTA files anthus_aco.fas
and anthus_nd2.fas
from:
- Van Els, Paul, and Heraldo V. Norambuena. "A revision of species limits in Neotropical pipits Anthus based on multilocus genetic and vocal data." Ibis.
Thanks to Paul van Els.
beastier
and BEAST2.
Due to CRAN policy, beastier cannot install BEAST2.
As a workaround, the non-CRAN beastierinstall
can be used.
To install BEAST2:
remotes::install_github("richelbilderbeek/beastierinstall")
beastierinstall::install_beast2()
This will download and extract BEAST2 to:
OS | Full path |
---|---|
Linux | ~/.local/share/beast |
macOS | ~/.local/share/beast |
Windows | C:/Users/<username>/Local/beast |
Version 2.6.0, as can be found in the install_beast2 function.
beastier
development.
Submit an Issue.
See CONTRIBUTING, at 'Submitting code'
See CONTRIBUTING, at 'Submitting bugs'
Submit an Issue. Or send an email to Richèl Bilderbeek.
beastier
technical questions.
The goal of beastier
is to call BEAST2 from R scripts.
The Windows BEAST2.exe
executable starts a graphical user interface.
An R script should be silent, without pop-ups.
Therefore, calling the Windows BEAST2.exe
executable is disallowed.
If this changes, you are encouraged to inform me, by either an Issue or an email.
sudo apt-get install r-cran-rjava
R CMD javareconf
The .travis.yml
file shows a Trusty install:
- sudo apt-get install -qq oracle-java8-installer # Java 8
- sudo apt-get install oracle-java8-set-default
On Bionic, I assume the same can be achieved with:
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update -qq
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default
Because beastier
cannot be fully tested for both
Linux and Windows on the same operating system.
Code coverage is measured by codecov by the Travis CI continuous integration service. Travis uses Linux. One can observe all missing code coverage is due to Windows-only functions.
Sure, there are also tests by the AppVeyor continuous integration service. AppVeyor uses Windows. Would one observe that code coverage report, one would observe all missing code coverage is due to Linux-only functions.
beastier
miscellaneous topics.
Initially, the logo was a low-tech remake of Beast, from Marvel. To prevent problems with Marvel, a different logo was picked.
The current logo shows a hippo, 'quite a formidable beast', also shown intimidatingly big for the R logo. The hippo is drawn by Jose Scholte, who kindly allowed her work to be used for free, by attribution.
convert hippo.png -fuzz 15% -fill white -opaque white hippo_mono_background.png
convert hippo_mono_background.png -background white -alpha remove hippo_mono_background_2.png