GenomeComb
Genomecomb moved to github on https://github.com/derijkp/genomecomb with documentation on https://derijkp.github.io/genomecomb. For up to date versions, go there. These pages only remain here for the data on the older scientific application (or if someone really needs a long obsolete version of the software)
cg lz4ra file ?start? ?size?
decompresses part of a lz4 compressed file
lz4ra gives "randsom access" to a lz4 compressed file. It can decompress the given file and send the result to stdout starting from the given starting byte (within the uncompressed file) without having to decompress the entire file. size will limit the output to the given size (in bytes)
Compression