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/TRNL1/rawdata

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

mkdir -p /gscratch/grandol1/TRNL1/rawdata

cd /gscratch/grandol1/TRNL1/rawdata

unpigz --to-stdout /project/microbiome/data_queue/seq/TRNL1/rawdata/TRNL1_R1.fastq | split -l 10000000 -d --suffix-length=3 --additional-suffix=.fastq - TRNL1_R1_ ;
unpigz --to-stdout /project/microbiome/data_queue/seq/TRNL1/rawdata/TRNL1_R2.fastq | split -l 10000000 -d --suffix-length=3 --additional-suffix=.fastq - TRNL1_R2_

  • No labels