Skip to content

Commit

Permalink
parse: change the default walk policy to 5unique
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Apr 7, 2024
1 parent 1e5459c commit e9250f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pairtools/cli/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
@click.option(
"--walks-policy",
type=click.Choice(["mask", "5any", "5unique", "3any", "3unique", "all"]),
default="mask",
default="5unique",
help="the policy for reporting unrescuable walks (reads containing more"
" than one alignment on one or both sides, that can not be explained by a"
" single ligation between two mappable DNA fragments)."
Expand Down

0 comments on commit e9250f9

Please sign in to comment.