BayesOmics is now ready to use. See the wiki page for further documentation. For comments and questions, please contact shouye.liu@uq.edu.au.
On Linux/Unix, to build and make the test:
git clone https://github.com/ShouyeLiu/BayesOmics.git
mkdir BayesOmics/build && cd $_
cmake ..
make -j10
By default, the project will be built in RELEASE mode, use
cmake .. -DCMAKE_BUILD_TYPE=DEBUG
to build in DEBUG mode.
Run all tests
ctest