Skip to content

Commit

Permalink
Set default dedup chunksize to 10,000
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya authored Nov 20, 2023
1 parent 3679207 commit c5a1561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pairtools/cli/dedup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
@click.option(
"--chunksize",
type=int,
default=100_000,
default=10_000,
show_default=True,
help="Number of pairs in each chunk. Reduce for lower memory footprint."
" Below 10,000 performance starts suffering significantly and the algorithm might"
Expand Down

0 comments on commit c5a1561

Please sign in to comment.