Skip to content

CompEvol/beastshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEASTShell

BEASTShell is a BEAST 2 package (http://beast2.org)

To use BEASTShell install BEAST first (requires Java 8)

BeanShell scripting for BEAST2. Based on BeanShell 2 (http://code.google.com/p/beanshell2).

To install,

  • start BEAUti, which comes with BEAST (http://beast2.org)
  • select the "File/Manage pacakges" menu
  • select BEASTShell, and click the install button

See http://www.beast2.org/wiki/index.php/Manage_Add-ons for other ways to install BEAST packages and trouble shooting.

To run,

  • open the BEAST AppStore,
  • double click the BEASTStudio icon

Getting started:

Create BEASTObjects using

bsh % import beast.core.parameter.*;

bsh % x = new RealParameter(value="3.0", dimension=3);

Feedback to remco@cs.auckland.ac.nz