A simple blang project template.
Requires Java 8 and git.
Check out the source git clone https://github.com/UBC-Stat-ML/blangExample.git
- Type
./gradlew eclipsefrom the root of the repository - From eclipse:
ImportinFilemenuImport existing projects into workspace- Select the root of this repository
./gradlew installDist- Run the example as follows
./build/install/example/bin/example \
--model.observations.file data/primates.fasta \
--model.observations.encoding DNA \
--engine SCM \
--engine.nThreads MAX \
--excludeFromOutput observations
