I have 30 small fastq files from same sample, and I want to merge it into one file. I know the command is
cat file1.fastq file2.fastq > bigfile.fastq
but is there any short cut for doing it? It just looks silly to type 30 file names one by one...
Thank you for any idea!
Those with Windows can use this GUI tool (works also on Linux via wine): http://www.dnabaser.com/download/Merge%20Fasta/index.html