Run Split-pipe on raw paired-end reads (R1 and R2 FASTQ files) in a Linux or macOS command line terminal:
--mode all --nthreads 16 --chemistry v3 \
--genome_dir 'PATH/TO/GENOME' --output_dir 'PATH/TO/OUTPUT' \
--fq1 'PATH/TO/READS/R1.fastq' --fq2 'PATH/TO/READS/R2.fastq' \
--sample SAMPLE_A A1-A2 \
--sample SAMPLE_B A3-A7 \
*CRITICAL* Replace PATH/TO/GENOME, PATH/TO/OUTPUT, and PATH/TO/READS with your directory and file paths.
*CRITICAL* Update SAMPLE_A A1-A2, etc., with your sample definitions. This example command defines SAMPLE_A as round 1 plate wells A1–A2, SAMPLE_B in wells A3–A7, and SAMPLE_C in wells A8–A12. See Split-pipe documentation for more information about sample definition.
Note – Split-pipe can take many hours to complete, depending on software version and CPU performance. Higher thread count may reduce run time.