Hi everyone!
After demultiplexing my samples, I have 3 .fq files per sample (total of 720 samples) containing the raw reads. I managed to merge them in a merged files using this command line
sudo cat PA001*.fq > PA001m.fq
where my .fq files per sample are PA001.fq, PA001_1.fq, PA001_2.fq etc.. and PA001m.fq is the merged file.
Now I have 720 samples in total. What would a loop look like to apply this command line to all of the samples?
Cheers!
dangerous.