Skip to content

Releases: divonlan/genozip

genozip-15.0.71

05 Jan 14:59
Compare
Choose a tag to compare

Minor updates

15.0.70

06 Dec 14:48
Compare
Choose a tag to compare
  • Fix issues in 15.0.69

15.0.69

03 Dec 17:04
Compare
Choose a tag to compare
  • New major feature: --bamass : BAM-assisted compression of FASTQ files
  • FASTQ and BAM: Speed and RAM consumption improvements
  • VCF: support unlimited number of ALT alleles per variant (previously limited to 99)
  • VCF: better compression for files with a large number of samples and gVCFs
  • License updated to reflect introduction of Biobank, Research and Student licenses
  • bug fixes

15.0.68

13 Oct 14:01
Compare
Choose a tag to compare
  • Deep: reduction in memory in --test and genounzip of Deep files: typically 10-20% less RAM consumption
  • Deep: new option: --deep=no-qual to Deep seq, qname only (not qual): consumes drastically less RAM, and generates a file of size in between compressing the FASTQ and BAM alone, and full Deep.
  • License: clarify the meaning of "Recognized Academic Research Institution"
  • BAM: further reduction in RAM consumption when compressing and uncompressing files with many secondary or supplementary alignments.
  • New diagnostic: --show-huffman

15.0.67

23 Sep 06:39
Compare
Choose a tag to compare
  • Improvements in Deep.

15.0.66

15 Sep 05:00
Compare
Choose a tag to compare
  • BAM: better compression of PacBio and Nanopore files generated with minimap2, pbmm2, winnowmap
  • BAM: further small reduction in RAM consumption when compressing and uncompressing SAM/BAM/CRAM files with many Supplementary and Secondary alignments
  • Bug fixes

15.0.65

03 Sep 09:25
Compare
Choose a tag to compare
  • BAM: significantly reduced memory consumption when compressing and uncompressing SAM/BAM/CRAM files in which the majority of alignments are secondary alignments.
  • BAM: better compression for files genereated by CPU (https://github.com/cheehongsg/CPU)
  • New diagnostic options: --show-sec-gencomp, --show-reading-list, --force-reread, --show-scan
  • Bug fixes

15.0.64

25 Jul 18:10
Compare
Choose a tag to compare
  • Bug fix: segmentation fault in Academic version (introduced 15.0.63)

15.0.63

19 Jul 11:02
Compare
Choose a tag to compare
  • FASTQ: much faster compression of most MGI, most Element, and some Illumina FASTQs due to better scaling of CPU cores on machines with > 40 cores
  • New option: --not-paired: used in combination of --deep to inform Genozip that the two FASTQs files provided are not paired-end.
  • Bug fix: correct handling of BGZF-compressed files with a BGZF End-of-File block in their midst (instead of at their end): Until version 15.0.46 the file was compressed up the BGZF EOF block, and the rest of the file was lost. Between 15.0.48 to 15.0.62 Genozip errored on this situation. This edge case was discovered during development and has not been encountered so far in any real-world files.

15.0.62

29 Jun 14:05
Compare
Choose a tag to compare
  • I/O optimizations for faster compression
  • Bug fixes
  • New diagnostic options: --show-gz-uncomp, --generate-gzil
  • Removed bash autocomplete for genozip as it didn't work very well. If this was installed, it can be removed by manually editing ~/.bash_completion