compression of FASTQ files
1
0
Entering edit mode
2.4 years ago
kshah.bch • 0

I want to merge fastq files of the same sample sequence in two different times, one file is .gz and the second is .qp. I did merge them with cat file1.gz file2.gz file3.gz > allfiles.gz and the out file is either .qp or .gz. However, analysis of this data with mutect show a problem "Input file is not a quip file". What is the best out put file format which can be analyzed with mutect in this case?

fastq • 1.7k views
ADD COMMENT
1
Entering edit mode
2.4 years ago
ATpoint 89k

Fastq should be gzipped, that's the standard. Whatever qp is, decompress and recompress with gzip and be done with it. Don't overthink it.

ADD COMMENT
0
Entering edit mode

Thank you Dear. I am new to working on HPS and linux. I want to decompress the fastq.qp files but i don't have a command for this to do it in HPC.

ADD REPLY
0
Entering edit mode

Can you post the output of file fastq.qp command?

It is possible that the file name contains a tyopgraphic error and the file actually is gzipped.

You can uncompress gzipped files in many ways (SEE). That said many programs will accept gzipped files so you don't need to decompress them first.

ADD REPLY
0
Entering edit mode

fastq.qp is compressed file processed with quip tool. I solved the problem with the help of another expert. Thank you for guidance.

ADD REPLY

Login before adding your answer.

Traffic: 3748 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6