Skip to content

Commit

Permalink
Added missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
fgvieira authored Mar 20, 2023
1 parent 4eca1df commit abfc85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit abfc85c

Please sign in to comment.