Related Experiment Video
Updated: Jan 27, 2026

Calibrated Forceps Model of Spinal Cord Compression Injury
Published on: April 24, 2015
Compressed filesystem for managing large genome collections
Gonzalo Navarro1,2, Víctor Sepúlveda1, Mauricio Marín1,3
1CeBiB-Center for Biotechnology and Bioengineering, Santiago, Chile.
Motivation:
Genome repositories are growing faster than our storage capacities, challenging our ability to store, transmit, process and analyze them. While genomes are not very compressible individually, those repositories usually contain myriads of genomes or genome reads of the same species, thereby creating opportunities for orders-of-magnitude compression by exploiting inter-genome similarities. A useful compression system, however, cannot be only usable for archival, but it must allow direct access to the sequences, ideally in transparent form so that applications do not need to be rewritten.
Results:
We present a highly compressed filesystem that specializes in storing large collections of genomes and reads. The system obtains orders-of-magnitude compression by using Relative Lempel-Ziv, which exploits the high similarities between genomes of the same species. The filesystem transparently stores the files in compressed form, intervening the system calls of the applications without the need to modify them. A client/server variant of the system stores the compressed files in a server, while the client's filesystem transparently retrieves and updates the data from the server. The data between client and server are also transferred in compressed form, which saves an order of magnitude network time.
Availability And Implementation:
The C++ source code of our implementation is available for download in https://github.com/vsepulve/relz_fs.
Related Concept Videos
Genomics
Genomic Imprinting and Inheritance
The expression of some genes depends on which parent passed the gene to the offspring, through a phenomenon known as...
Behavior of Concrete Under Compressive Load
As the concrete specimen fractures under...
Genome Size and the Evolution of New Genes
Comparing Mitochondrial, Chloroplast, and Prokaryotic Genomes
Data Collection II

