10x Genomics Support/Cell Ranger/Analysis/

Generating FASTQs

The FASTQ format is a text-based file format that contains nucleotide sequence information along with quality scores for each sequenced nucleotide. Typically, FASTQ files are provided by your sequencing core and are required inputs for most Cell Ranger pipelines. However, if you are starting your analysis with BCL files, you must first convert them to FASTQ format (demultiplexing).

This page details three methods for generating FASTQ files from BCL files, all compatible with 10x Genomics Chromium libraries. Software from Illumina, bcl2fastq and BCL Convert, may provide greater control over FASTQ generation parameters. Cell Ranger's mkfastq is a thin wrapper around Illumina's bcl2fastq.

Important
Both bcl2fastq and BCL Convert are currently available from Illumina
Cell Ranger mkfastq

For inquiries about bcl2fastq or BCL Convert, contact Illumina Support at [email protected].

All three demultiplexing software methods require an input sample sheet and corresponding indices. The sample index sets are either dual index or single index.

Download the dual index kit sample index reference files at these links:

Download the single index kit sample index reference files at these links:

When preparing single index sample sheets for a Chromium run, remember that each index set comprises four distinct sequence oligos. Therefore, each oligo requires its own row, meaning the sheet should have four lines for every sample being demultiplexed.

After generating FASTQs, you are ready to run the cellranger count, cellranger vdj, or cellranger multi pipelines, depending on your data type and experimental design. Visit the Choosing a Pipeline page to find the Cell Ranger pipeline relevant to your data.