+ Specifies the raw signal compression method used for BLOW5 output. `compression_type` can be `none` for uncompressed raw signal, `svb-zd` to compress the raw signal using StreamVByte zig-zag delta, `ex-zd` (slow5curl v0.4.0 onwards) for exception coding [default value: svb-zd]. `ex-zd` offers a better compression ratio to svb-zd. Note that record compression (-c option above) is still applied on top of the compressed signal. Signal compression with svb-zd and record compression with zstd is similar to ONT's vbz. zstd+svb-zd offers slightly smaller file size and slightly better performance compared to the default zlib+svb-zd, however, will be less portable.
0 commit comments