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 Current »

I split the file for faster processing:

mkdir -p /gscratch/grandol1/1SUCK/rawreads
cd /gscratch/grandol1/1SUCK/rawreads
unpigz --to-stdout /project/gtl/data/raw/1SUCK/rawreads/1SUCK_S1_R1_001.fastq.gz | split -l 16000000 -d --suffix-length=3 --additional-suffix=.fastq - 1SUCK_

Making 236 files

Demultiplexing

cd /gscratch/grandol1/RHIR1/rawreads/

Parse split files

/project/gtl/data/raw/1SUCK/demultiplex/run_parsebarcodes_onSplitInput.pl

Recombine by sample name and mid

/project/gtl/data/raw/1SUCK/demultiplex/run_splitFastq_gbs.sh

  • No labels