From abfc85c5477abcaaf12bfbbeebf12f6b7499fef1 Mon Sep 17 00:00:00 2001 From: "Filipe G. Vieira" <1151762+fgvieira@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:24:25 +0100 Subject: [PATCH] Added missing option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6aa3d7..ad16de3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ prune_graph --in testLD_2.ld --weight-field column_7 --weight-filter "column_3 < ``` or, if you have an output with header, you can also do: ``` -prune_graph --in testLD_2.ld --weight-field "r^2" --weight-filter "dist <= 50000 && r^2 >= 0.5" --out testLD_unlinked.pos +prune_graph --header --in testLD_2.ld --weight-field "r^2" --weight-filter "dist <= 50000 && r^2 >= 0.5" --out testLD_unlinked.pos ``` For more advanced options, please check help (`prune_graph --help`).