The pairtools library encourages use of .lz4 compression, but I get an invalid start byte error if I try to use .lz4-compressed .pairs as input to cooler cload pairs. This error goes away if I decompress the .lz4 to plaintext and use that instead. The CLI documentation for cooler cload pairs doesn't state which type of compression it accepts, but does say "Accepts compressed files." I'd recommend either supporting .lz4 or clarifying which types of compression it works with.
The pairtools library encourages use of .lz4 compression, but I get an
invalid start byte
error if I try to use .lz4-compressed .pairs as input tocooler cload pairs
. This error goes away if I decompress the .lz4 to plaintext and use that instead. The CLI documentation forcooler cload pairs
doesn't state which type of compression it accepts, but does say "Accepts compressed files." I'd recommend either supporting .lz4 or clarifying which types of compression it works with.