in reply to Re: concatenate/stitch multiple GZip fastq files and output combined gzip file
in thread concatenate/stitch multiple GZip fastq files and output combined gzip file
Or if you have a truly absurd number of input files,
xargs gunzip < filelist | gzip > combined.gz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: concatenate/stitch multiple GZip fastq files and output combined gzip file
by Anonymous Monk on Dec 02, 2015 at 17:59 UTC |