From 64eacd26f3b2c348733bbecde0d036efaffc64e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 14 Nov 2019 00:36:54 -0300 Subject: [PATCH] Minor formatting proposals --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a184970..eaf8b54 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ pydt Pitman Yor diffusion tree sampler -To compile you will need the Boost libraries. e.g. if boost is in ~/boost_1_51_0/ then run: - +To compile you will need the Boost libraries. e.g. if boost is in `~/boost_1_51_0/` then run: +``` g++ -O3 main.cpp -I ~/boost_1_51_0/ -o pydt +``` To run on the CCLE data provided here you can then run for example - +``` ./pydt 0 1.5 sensitivity.txt cell_names.txt 1000 1 1 +``` -Just running pydt with no args will explain what these inputs are. \ No newline at end of file +Just running pydt with no args will explain what these inputs are.