Prepare PlateInfo & bcl2fastq SampleSheet
Prepare bcl2fastq sample sheet for demultiplexing illumina primer index
Related Commands
# Print out template of the plate info
yap default-plate-info
# Make bcl2fastq sample sheet based on the plate info file
yap make-sample-sheetPurpose
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
\tseparated.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.
This example contains four plates
Each plate has six multiplex groups
All primer names must be unique for the same sequencing run.
PlateInfo section must be Tab
\tseparated.
Starting v1.3.5, If each plate in your library is indexed by a single PCR index, you can put each plate in a single row with multiplex_group = 1, the demultiplex pipeline will recognize it and automatically separate files into multiple multiplex groups.
This example contains eight plates
Every two plates share a primer quarter
Possible primer_quarter values are:
SetB_Q1, SetB_Q2, SetB_Q3, SetB_Q4
Set1_Q1, Set1_Q2, Set1_Q3, Set1_Q4
Each primer_quarter appears no more than twice for the same sequencing run.
PlateInfo section must be Tab
\tseparated.
Step 2: Run yap make-sample-sheet
yap make-sample-sheetyap make-sample-sheettake 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
bcl2fastqdemultiplexing. One for MiSeq, two for NovaSeq (v1, or v1.5).
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?