> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/software/on-premises-software/software-on-premises-software-reference_material-list/000005166.md).

# How to demultiplex a sequencing run without using either the i7 or the i5 index using BCL Convert

If a run is set up with single-indexed and dual-indexed samples in the same run, it is possible to demultiplex the single-indexed samples using BCL Convert, use the following steps. Or more generally, to demultiplex without using either the i7 (index 1) or i5 (index 2), use the following steps. This process is also referred to as **index masking** (the index that is not used is masked).

**To demultiplex the run without i5 index**\
The Sample sheet must have the following options:

* OverrideCycles with the N# for the i5. For example: **OverrideCycles,Y151;I8;N8;Y151**
* The Index2 column must be blank (present, but without index sequences)

  ![](/files/sGijn7PT9m7ur2i1BqfA)

**Note**: A similar method applies when demultiplexing a run without the i7 index.

* OverrideCycles with the N# for the i7. For example: **OverrideCycles,Y151;N8;I8;Y151**
* Index column should be blank (present, but without sequences)

**Note:**

Run Planning on BSSH, when one index (i7 or i5) is masked during run set up (eg, OverrideCycles,Y100;N10;I10;Y100), the Sample Sheet downloaded from BSSH will contain "na" values when exported from BSSH. For example:

\[BCLConvert\_Data]\
Lane,Sample\_ID,Index,Index2\
1,asdad,na,ACGCGTGCGA\
2,asdad,na,ACGCGTGCGA\
3,asdad,na,ACGCGTGCGA\
4,asdad,na,ACGCGTGCGA\
5,asdad,na,ACGCGTGCGA\
6,asdad,na,ACGCGTGCGA\
7,asdad,na,ACGCGTGCGA\
8,asdad,na,ACGCGTGCGA

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                 |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #5166), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000005166%20-%20Software%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.illumina.com/software/on-premises-software/software-on-premises-software-reference_material-list/000005166.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
