Genes {{ "{:,}".format(state.genes.total) }}

Raw
{{ "%.1f"|format(state.genes.raw_chars / (1024 * 1024)) }} MB
Compressed
{{ "%.1f"|format(state.genes.compressed_chars / (1024 * 1024)) }} MB
Ratio
{{ state.genes.compression_ratio }}×