Skip to content

Releases: divonlan/genozip

genozip-14.0.29

04 Feb 13:25
Compare
Choose a tag to compare
  • Minor bug fixes and improvements

genozip-14.0.27

27 Jan 16:43
Compare
Choose a tag to compare
  • Bug fix: A bug introduced in 14.0.3 occurred when compressing FASTQ files with --pair but without --md5 and resulted in falsely reporting that the file was verified despite not actually verifying it. This also occurred when running genounzip or genounzip --test on such files. There are no known issues with the actual compression of the files and it is now possible to go back and verify affected files with (fixed) genounzip --test.

genozip-14.0.26

25 Jan 14:39
Compare
Choose a tag to compare
  • FASTQ: Better --optimize-DESC
  • Fix broken genocat --fastq (converting a SAM/BAM file to FASTQ) (broken since v14)
  • Fix broken --idxstats, --coverage, --sex (broken since v14)
  • Implement fix to htscodecs (3rd party library) bug (samtools/htscodecs#71)

genozip-14.0.25

13 Jan 10:08
Compare
Choose a tag to compare
  • BAM, VCF: Significantly reduced memory consumption during compression
  • new option: --show-memory=PEAK - shows peak memory usage (normally show memory at end of execution)

genozip-14.0.24

10 Jan 07:41
Compare
Choose a tag to compare
  • Fix license enforcement bug
  • Update copyright

genozip-14.0.22

08 Jan 03:14
Compare
Choose a tag to compare
  • VCF: better compression for GWAS-VCF files including support for GWAS-VCF fields in DVCF
  • DVCF: better handling of some edge cases
  • Change binaries in genozip-linux-x86_64.tar to be dynamically linked

genozip-14.0.21

28 Dec 19:14
Compare
Choose a tag to compare

bug fixes

genozip-14.0.19

21 Dec 12:15
Compare
Choose a tag to compare
  • Registration flow adjustments for new website
  • Change source code tree structure

genozip-14.0.18

12 Dec 10:56
Compare
Choose a tag to compare
  • GFF/GVF/GTF: Better compression ; now also supports GFF version 2 and GTF
  • License: relax conditions for academic license and update sections 2,3e,5,10 for clarity ; New sections 7,8.

genozip-14.0.17

05 Dec 18:03
Compare
Choose a tag to compare
  • Website upgrade
  • Better multi-threading for the case of compressing small files
  • Automatic identification of file types piped into genozip (in many cases)
  • Update of license term 3c
  • Obsolete genounzip option --no-PG is canceled (it remains for genocat)
  • VCF: Better compression of INFO/QD
  • KRAKEN: new option: genozip --no-kmers - drop kmer info that is not needed for subsequent use of this file with --kraken
  • Bug fixes