Prepare PlateInfo & bcl2fastq SampleSheet

Prepare bcl2fastq sample sheet for demultiplexing illumina primer index

# Print out template of the plate info
yap default-plate-info

# Make bcl2fastq sample sheet based on the plate info file
yap make-sample-sheet

Purpose

In this step, we prepare a PlateInfo file that contains sample metadata and PCR index information of the plates in your library. This information is used to generate a SampleSheet file for bcl2fastq to demultiplex the PCR index when generating raw FASTQ files.

Input

Library preparation information, most importantly:

  • The sample metadata (you determine what is necessary for your experiment)

  • The plate IDs of this library

  • The barcode information of this library

Step 1: Prepare a PlateInfo file

Get the PlateInfo file template and manually edit plate and barcode information

PlateInfo Examples

  • This example contains four plates

  • Each plate is indexed by one PCR index

  • Primer names must be unique for the same sequencing run.

  • PlateInfo section must be Tab \t separated.

  • When demultiplexing, yap will automatically separate the single multiplex group into six, so during mapping, each plate will have six commands, the same as "V2 Index Library" on the next tab.

Step 2: Run yap make-sample-sheet

  • yap make-sample-sheet take a V1 or V2 plate info file to generate a bcl2fastq sample sheet.

  • The sample sheet and name pattern are automatically generated so the pipeline can automatically parse cell information during and after mapping.

  • See usage in the command line yap make-sample-sheet -h

Output

  • PlateInfo file recording library preparation information

  • Three sample sheets for bcl2fastq demultiplexing. One for MiSeq, two for NovaSeq (v1, or v1.5).

For libraries sequenced with illumina v1.5 S4 kit, the i5 barcodes in the sample sheet are reverse complemented.

Output after bcl2fastq

  • The raw FASTQ generated by bcl2fastq using SampleSheet generated in this step will contain several (8 in V1 and 64 in V2) cells' reads.

  • The random index occurs at the 5' of R1.

  • The PCR index is trimmed from both R1 and R2 and put into the read name.

Last updated

Was this helpful?