Support homeCell RangerTutorials
Generating FASTQs

Generating FASTQs

The cellranger mkfastq pipeline is deprecated and will be removed in a future release. Please use Illumina's BCL Convert to generate Cell Ranger-compatible FASTQ files.

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 explains how to generate FASTQ files from BCL files for 10x Genomics Chromium libraries.

Illumina's BCL Convert

For inquiries about BCL Convert, contact Illumina Support at techsupport@illumina.com.

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:

  • 3' Single Cell Gene Expression
  • 5' Single Cell Gene Expression
  • Flex

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.