...
Code Block |
---|
cd /gscratch/grandol1/ReRun3ReRun4/rawdata rm * unpigz --to-stdout /project/microbiome/data_queue/seq/ReRun3ReRun4/rawdata/ReRun3ReRun4_ITS_S1_R1_001.fastq.gz | split -l 16000000 -d --suffix-length=3 --additional-suffix=.fastq - ReRun3ReRun4_R1_ ; unpigz --to-stdout /project/microbiome/data_queue/seq/ReRun3ReRun4/rawdata/ReRun3ReRun4_ITS_S1_R2_001.fastq.gz | split -l 16000000 -d --suffix-length=3 --additional-suffix=.fastq - ReRun3ReRun4_R2_ |