You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: