Hi,
I have technical replicate fastq files for some samples. For an example I have technical replicates like control_1a.fastq and control_1b.fastq. I would like to combine these two replicates as a single fastq file and do the same thing for other replicates also. is the following way of doing is right?
cat control_1a.fastq control_1b.fastq > Control_1.fastq
Kindly guide me.
I have technical replicate fastq files for some samples. For an example I have technical replicates like control_1a.fastq and control_1b.fastq. I would like to combine these two replicates as a single fastq file and do the same thing for other replicates also. is the following way of doing is right?
cat control_1a.fastq control_1b.fastq > Control_1.fastq
Kindly guide me.
Comment