# Importing 10x Genomics .bcl Files

Partek Flow supports .bcl files based on 10x Genomics library preparation. The following document will guide you through the steps.

To start the import, create a new project and then select **Import Data > Import bcl files**. The *Import bcl* dialog will come up (Figure 1).

![Figure 1. Import bcl dialog](/files/16vmrpLBcMVhV8wfpKHI)

Use the *Data directory* option to point to the location of the directory holding the data. It is located at the top level of the run directory and is typically labeled *Data*. Please see the tool tip for more info.

Use the *Run info file* option to point to the *RunInfo.xml* file. It is located at the top level of the run directory.

Use the *Sample sheet file* to point to the sample sheet file, which is usually a .csv file. Partek Flow can accept 10X Genomics' ["simple" and Illumina Experiment Manager (IEM) sample sheet format](https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/mkfastq#example_data), which utilize 10X Genomics' sample index set codes. Each index set code corresponds to a mixture of four sample index sequences per sample. Alternatively, Partek Flow will also accept a sample sheet file that has been correctly formatted using the [sample sheet generator](https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/bcl2fastq-direct) provided by 10X Genomics.

The click on the **Configure** link and make the following changes (Figure 2).

* *Min trimmed read length*: **8**
* *Mask short adapter reads*: **8**
* *Use bases mask*: see below
* *Create fastq for index reads*: **OFF**
* *Ignore missing bcls*: **ON**
* *Ignore missing filter*: **ON**
* *Ignore missing positions*: **ON**
* *Ignore missing controls*: **ON**

For the *Use bases mask* option, the read structure for Chromium Single cell 3' v2 prep kit is typically **Y26,I8,Y98.** The settings for Chromium Single cell 3' v3/v3.1 is typically **Y28,I8,Y91**. Please check the read structure detailed in the *RunInfo.xml* file and adjust the values to match your data.

![Figure 2. Setting the advanced options to import bcl files. The Use bases mask settings shown here are for Chromium v2 chemistry](/files/4QYnxfucqeukekmZuhyn)

Click **Apply** to accept and then **Finish** to import your files.

## Additional Assistance

If you need additional assistance, please visit [our support page](http://www.partek.com/support) to submit a help ticket or find phone numbers for regional support.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.partek.illumina.com/partek-flow/user-manual/importing-data/importing-10x-genomics-bcl-files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
