Skip to content

Commit

Permalink
revert to shuffle true
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Feb 10, 2025
1 parent 50ad766 commit 6fa7c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppanggolin/formats/writeBinaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ def write_pangenome(
)
compression_filter = tables.Filters(
complevel=complevel,
shuffle=False,
shuffle=True,
bitshuffle=False,
complib="blosc2:zstd",
)
Expand Down

0 comments on commit 6fa7c71

Please sign in to comment.