-
Improve the compression performance of large files
-
Fixed some compatibility issues
-
Support high-ratio compression of three generations of gene data (PacBio/Nanopore)
-
Fixed a known issue
Important fixes:
sometimes, it maybe takes multiple times to succeed decompress a gtz packet to FASTQ.gz format, but it work normally when decompress to FASTQ format
Optimised some features.
Fix issue:
-
Cannot compress the fastq.gz files with very special format
-
Cannot run on a server for a specific cpu type
- fix a known issue
-
Support for bam compression
-
When compressing fastq.gz files, performance is more than doubled
-
Fixes previous version feedback some issues that fasta can't handle
-
When you unzip the gtz of the fastq format into gz format, you can modify the compression level of the gz format by -l/-level
fix: an abnormal problem of GTZ decompression in very special cases
-
No longer need to make bin, direct use --ref designated species Fasta (fast)
-
By default, after the pressurized use of the reference genome, decompression is no longer required unless --donot-pack-ref is used
-
Parameters with speed and compression level added (-l 0~9)
The main changes are as follows:
-
Improved performance of compressed gz file and decompression into gz file
-
fix: gtz can not run on some specific CPU models
-
fix: progress bar displays more than 100% when compressing a gz format file
-
add: -s parameter for automatic species recognition when compressed. which invalidates when -b specifies a bin file
-
add: --bin-path parameter, use to specify the directory in which the bin file resides when automatic species recognition is turned on. If the bin default path (~/.CONFIG/GTZ) is not modified, you can not specify
Mainly optimize the loading speed of index files, the compression speed will be significantly improved
-
fix: gtz will be slow in some cases when verify data after the compression is completed
-
fix: -e not working when decompression is done with -c
-
fix gtz sometimes loads slowly
-
fix gtz sometimes cannot be exited when input ctrl+c
Add Features:
-
-c/--stdout, decompress to Terminal
-
-z/--fastq-to-fastq-gz, decompress fastq to gz format, which is valid only for fastq
Basic revisions