You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 still created and we can't judge if it is full from the file size. Is there any tools to let me know if the compressed file is full?
You can try to decompress the gtz file. Gtz software will compare the md5 when decompressing.
If it can decompress the origin file, you can judge the file is OK.
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 still created and we can't judge if it is full from the file size. Is there any tools to let me know if the compressed file is full?
假如我用gtz压缩一个文件,快结束时候断掉了,但是我不知道,而.gtz的文件也已经生成了,虽然还没结束,但是大小也接近正常大小了。那我如何检测这个gtz文件是否完整呢?
The text was updated successfully, but these errors were encountered: