Skip to content

Releases: divonlan/genozip

15.0.42

11 Feb 10:26
Compare
Choose a tag to compare
  • Removed support for Dual Coordinate VCF as well as sorting VCF files - due to very little adoption vs high maintenance cost. For DVCF, Use Genozip 15.0.41. As result, removed the command line options: --chain, --dvcf-rename, --dvcf-drop, --show-lifts, --show-chain, --show-rename-tags, --sort, --unsorted, --luft, --single-coord, --show-dvcf, --show-ostatus, --show-ref-diff, --no-kmers
  • Removed experimental sex classifier (--sex option)
  • BAM: better compression of files produced by Abra2
  • BAM: better compression or RNA files aligned with STAR
  • Faster genounzip: default BGZF compression level for outputting .gz and .bam files was changed from 6 to 1. This default may be overridden with -z.
  • Windows: double-clicking on a .genozip file decompresses it

15.0.41

04 Feb 16:02
Compare
Choose a tag to compare
  • speed vs compression ratio: normal mode (not --best or --fast): improve speed vs compression tradeoffs
  • VCF: better compression of files generated by GATK Mutect2
  • --optimize-QUAL: slight change in binning: quality score '#' remains unchanged (previously is was binned to ''')

15.0.40

01 Feb 16:31
Compare
Choose a tag to compare
  • FASTQ/BAM: Better compression for some MGI Tech files
  • Remove the ability to convert SAM/BAM files to FASTQ. This added a layer of complexity and did not get a lot of usage. Use genocat | samtools view -OFASTQ instead.

15.0.39

24 Jan 12:35
Compare
Choose a tag to compare
  • Core engine improvements: significant reducion in RAM consumption during compression, along with modest compression gains.
  • Support for Mac Apple Silicon processors in osx64 simulated mode
  • Updated section 2 of the license, to grant Premium license holders the right to distribute Genozip to others.
  • improved diagnostics: new options: --show-snip, --debug-tar ; --show-headers can now take either a section name or dict_id

15.0.37

13 Jan 04:23
Compare
Choose a tag to compare
  • VCF: Better compression for multi-sample files where sample data is not only GT
  • VCF: Better compression of GATK GVCF files
  • Core engine improvements: significant reduction in RAM consumption mostly for large BAM and VCF files.

15.0.36

07 Jan 14:54
Compare
Choose a tag to compare
  • BAM: Better compression of files with NanoSeq tags
  • VCF: Better compression of polyploid (ploidy > 2) data
  • bug fixes

15.0.35

30 Dec 17:46
Compare
Choose a tag to compare
  • improvement in compression speed of very large files on systems with > 100 cores due to improved core scalability
  • PacBio BAM: improved compression of subreads BAMs and unaligned CCS BAMs in some cases, particularly when using --best
  • genozip --tar now also adds a copy of the genozip executables to the tar file (4 MB overhead)
  • New diagnostic option: --no-zriter
  • Bug fixes

genozip-15.0.34

23 Dec 21:27
Compare
Choose a tag to compare
  • genozip --tar now supports compressing with --reference, see https://www.genozip.com/archiving
  • New option genozip --sendto - only the designated user can decompress the file. Receiver must be a Premium user.
  • New option genozip --user-message - include a message that will be displayed to users when decompressing (Premium)
  • Encryption using --password is now available only in Genozip Premium
  • Seamless software updates for users who installed from genozip-linux-x86_64.tar (previously available only for users who installed from conda)
  • When attempting to use features allowed only for higher-level licenses, permission will be granted for evaluation
  • VCF: better compression of Platypus VCF files
  • New options: genocat: --analyze-insertions genozip: --prepare-for-taxid
  • Canceled option: --show-flags

genozip-15.0.28

05 Dec 07:27
Compare
Choose a tag to compare
  • Better compression of Ultima Genomics data: BAM/CRAM files and Deep Variant VCF files
  • minor bug fixes

genozip-15.0.27

23 Nov 19:30
Compare
Choose a tag to compare
  • FASTQ: compression improvements for --pair
  • new option for VCF: --secure-DP. see genozip.com/genozip
  • new subsetting option for SAM/BAM: --qnames - show only alignments with/without certain QNAME values
  • new diagnostic tool: --show-singletons
  • bug fixes