Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

/project/microbiome/data_queue/seq/LowRead/rawdata

salloc --account=microbiome -t 0-05:00

mkdir -p /gscratch/grandol1/LowRead/rawdata

cd /gscratch/grandol1/LowRead/rawdata

unpigz --to-stdout /project/microbiome/data_queue/seq/LowRead/rawdata/Low-Read-Pool_S1_L001_R1_001.fastq | split -l 1000000 -d --suffix-length=3 --additional-suffix=.fastq - LowRead_R1_ ;
unpigz --to-stdout /project/microbiome/data_queue/seq/TRNL1/rawdata/Low-Read-Pool_S1_L001_R2_001.fastq | split -l 1000000 -d --suffix-length=3 --additional-suffix=.fastq - LowRead_R2_

  • No labels