divonlan / genozip

A modern compressor for genomic files (FASTQ, SAM/BAM/CRAM, VCF, FASTA, GFF/GTF/GVF, 23andMe...), up to 5x better than gzip and faster too
Other
159 stars 12 forks source link

Compression of fastq.gz #19

Closed NMUzhoujun closed 2 years ago

NMUzhoujun commented 2 years ago

Hello,

I have compressed the fastq.gz file using genozip ./test_fastq/test2.R1.fastq.gz ./test_fastq/test2.R2.fastq.gz --pair --reference GRCh37.ref.genozip -o ./fastq_compress/test.genozip However, when I was uncompressing the test.genozip, the file has become the fastq format although i use the '-z' command genounzip test.genozip --reference /public/user/zj2020/GRch37/GRCh37.ref.genozip

Is there any problem? Thanks

divonlan commented 2 years ago

Thanks for reporting this. A fix for this will be released in the next release.

In the meantime, a work around is:

genocat test.genozip --component 1 -fo test2.R1.fastq.gz genocat test.genozip --component 2 -fo test2.R2.fastq.gz

Message ID: @.***>

divonlan commented 2 years ago

The fix for this issue has now been released as part of release 13.0.7.