From 7a3bc9ec32e400f10c1f6c689d4085b89ebcd774 Mon Sep 17 00:00:00 2001 From: Maciej Wielgosz <maciej.wielgosz@nibio.no> Date: Fri, 21 Oct 2022 14:59:58 +0200 Subject: [PATCH] update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f554643..bad4bf6 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,11 @@ The repo comes with sample file. You can use them to test your setup. To run the chmod +x run_sample.sh ./run_sample.sh ``` + +## Running with your files +You have to provide a `folder_path`. This is the location of your `*.las` files. + +``` +chmod +x run_all_fine_grained.sh +./run_all_fine_grained.sh folder_path +``` \ No newline at end of file -- GitLab