Skip to content

Releases: divonlan/genozip

15.0.82

14 Apr 12:42

Choose a tag to compare

  • Reference files cached in shared memory are now removed after 24 hours of non-use
  • Support for "minimal" references (see genozip.com/reference)
  • diagnostics: --show-seg-summary

15.0.81

03 Apr 15:07

Choose a tag to compare

15.0.81 3/4/2026

  • Improved references files for better FASTQ compression. With reference files created
    (genozip --make-reference) with this release:

    FASTQs will compress ~20-30% faster, and about 3-5% better
    the reference file now supports references up to 1 Tbps (1 trillion bases).
    Existing (older) reference files remain supported as well.
    RAM consumption during FASTQ compression is reduced by 800 MB

  • Switched default integrity verification from Adler32 to better XXH3. no change in MD5 availablability with --md5.
  • Added support for FASTQs with empty reads (seq_len=0)
  • Resolved activation issues in China
  • diagnostics: --submits-stats renamed to --telemetry, --debug-progress renamed --show-tasks, --debug-submit cancelled

15.0.80

13 Mar 18:24

Choose a tag to compare

  • Significant reduction in RAM consumption (up to 33% in some cases) in genounzip (inc. in the test phase at the end of compression)
  • Significantly faster compression of many Illumina FASTQ files due to better parallelization (IL4M)
  • Mac (Apple processor) now released via conda too.
  • New: 'genozip --is-exactable' inspects the gz-compression of a file and reports whether genounzip would be able to gz-recompress the file to the same exact gz-compression if --bgzf=exact is used.
  • New: 'genounzip --bgzf=exact-strict' option: same as --bgzf=exact, but fails if gz-recompression cannot be done exactly, instead of falling back to the default re-compression.
  • New diagnostic options: --show-flavor, --dump-gz-block. See genozip.com/diagnostics

15.0.79

27 Feb 09:34

Choose a tag to compare

  • Minor bug fixes

15.0.78

26 Feb 19:09

Choose a tag to compare

  • --index is now default for genounzip and genocat for bam, sam.gz and vcf files, and the index files are generated natively without any performance overhead.
  • --no-bai and --no-tbi and new genounzip/genocat options for overriding the default --index
  • genozip --skip-index is a new options - skips compressing bai, tbi, csi, crai and gzi files.
  • genocat --converage and --idxstats now also works on some FASTA files (those that are essentially QUAL-less FASTQs)
  • New diagnostic option 'genozip --show-bai file.bai' and --show-tbi to see content of .bai/.tbi files. See: genozip.com/diagnostics.
  • New diagnostic option --debug-bai
  • Canceled diagnostic option --no-zriter

15.0.77

10 Feb 12:03

Choose a tag to compare

  • FASTA: support --bamass, --deep and --optimize as in FASTQ (but not --pair yet),
  • Deep: new genocat --fasta option for displaying the fasta component of a Deep file with FASTA
  • New genocat option for SAM/BAM: --qname-only
  • If GZ block identification is wrong, restart with --no-bgzf
  • Minor bug fixes

15.0.76

03 Feb 15:18

Choose a tag to compare

  • Discontinue support for Mac with Intel processors (now only ARM / Mx processors are supported for Mac)
  • FASTQ with --bamass: compression improvements for MGI data
  • Small compression improvement for minimap2 BAMs
  • Don't fail for SAM/BAM files with invalid QUAL score values
  • --bamass now ignores consensus reads contained in a BAM file
  • genocat --print-reference can now be combined with --md5 to show the MD5 only (see genozip.com/genocat)
  • --echo can now receive an argument - useful for adding contextual information when the logging output
  • new diagnostic --show-TLEN-pred (see www.genozip.com/diagnostics)

15.0.75

02 Nov 16:19

Choose a tag to compare

  • bug fixes

15.0.74

05 Sep 11:19

Choose a tag to compare

  • bug fixes
  • new diagnostic option: --show-regions

15.0.73

09 Apr 08:52

Choose a tag to compare

  • release for administrative reasons - no changes