gtz icon indicating copy to clipboard operation
gtz copied to clipboard

A high performance and compression ratio compressor for genomic data, powered by GTXLab of Genetalks.

Results 11 gtz issues
Sort by recently updated
recently updated
newest added

Same scenario with issues #20 , the certificate expired for V3.0.1, while newer version unavailable...

For example, if I was compressing a file A.fq.gz to A.fq.gz.gtz. Unfortunately, there was a problem so that the work was not finished in normal condition. Then the A.fq.gz.gtz was...

使用专业版压缩提供的sample.fq文件,在使用fasta完成压缩后,压缩完的文件大小是原文件的10%左右,并没有达到介绍中的2%,请问需要如何操作才能达到最佳的压缩率? ``` $ gtz sample_bak.fq --ref GCF_000001405.37_GRCh38.p11_genomic.fna.gz ...... $ ls -l -rw-r--r-- 1 charles charles 2183810290 6月 28 20:25 sample_bak.fq -rw-r--r-- 1 charles charles 233007202 6月 29 10:35 sample_bak.fq.gtz ```

1、左侧导航栏种“操作手册”指向路径错误,应指向:https://gtz.io/#/compress 2、操作手册易用性太低,需简化操作步骤 3、操作手册内的“1.8不要打包fasta文件 ”,过于口语化

ref文件:genome.fa (hg19) 下载地址:https://hgdownload.soe.ucsc.edu/goldenPath/hg19/bigZips/chromFa.tar.gz hisat2运行的ref: hg19 genome_tran 下载地址:https://ccb.jhu.edu/software/hisat2/manual.shtml 已经通过默认的hisat2流程生成bam文件(没有用hisat2-gtz),gtz打包时报错如下: ``` bam prepare compression... 100%, cost 23s (18|5) Enabling high-rate compression mode with /home/.config/gtz/genome.fa-D2A70550489DE356A2CD6BFC40711204.bam.rbin2( hardware speedup ) [ ] 0% RNAME "1"...

Installed GTX.Zip Professional stops working after 6 months (not sure if this is exact, or approximate). Expired GTZ shows message: ``` Powered by GTXLab of Genetalks. (built in PROFESSIONAL-2.1.2-V-2019-11-13 01:02:13...

Running GTZ installer "https://gtz.io/gtz_latest.run" modifies user's .bashrc file. This intrusion into user's configuration happens silently, without asking, warning or notifying the user. Few reasons why it's a bad idea: 1....

Hi, Always got the following errors when trying to run on *.fq.gtz files: > "ERROR:Error: test.1.fq.gtz format error!(magic num error) > Started analysis of test.1.fq.gtz > Please waiting... > Analysis...

At the same time, open 2 terminals to access the same server. If one of them runs' GTZ ', the other cannot run. ERROR info `-bash: gtz: command not found`

if i have many fq.gz in a file , i hope use this command `gtz *.gz --ref /data.genome.fa` ,of course i can write a shell For loops,also can achieve this...