Skip to content

Commit

Permalink
Set the default mzMLb zlib compression level to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Nov 4, 2023
1 parent ec42fa2 commit d52ac37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psims/mzmlb/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

HDF5_COMPRESSORS = {}

DEFAULT_COMPRESSOR = 'gzip'
DEFAULT_COMPRESSOR = 'zlib:9'

if hdf5plugin is not None:
HDF5_COMPRESSORS = {
Expand Down

0 comments on commit d52ac37

Please sign in to comment.