Requires Open SDK 8.
- Type
./setup-eclipse.sh
from the root of the repository - From eclipse:
Import
inFile
menuImport existing projects into workspace
- Select the root of this repository
- Type
./setup-cli.sh
from the root of the repository
To run PhyloModel.bl
, from cli:
phylostream --engine phylostream.blang.PhyloStreamSMC --engine.nThreads Max --engine.nParticles 100 --engine.temperatureSchedule.threshold 0.8 --model.data Synthetic --model.data.nLeaves 100 --model.data.nSites 100
From eclipse:
- Open
PhyloModel.bl
- Right-click on the editor showing the model and select
Open generated file
- Right-click on the editor showing the generated source and select
Run as Java application
- You can now edit the command line arguments in
Run > Run Configurations... > Arguments