> 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/general/software-general-reference_material-list/000003227.md).

# Trimming T overhang options for Illumina Stranded mRNA and Illumina Stranded Total RNA workflows

The [Illumina Stranded mRNA](https://www.illumina.com/products/by-type/sequencing-kits/library-prep-kits/stranded-mrna-prep.html) and [Illumina Stranded Total RNA](https://www.illumina.com/products/by-type/sequencing-kits/library-prep-kits/stranded-total-rna-prep.html?langsel=/us/) library prep workflows include the addition of a “T” nucleotide that enables ligation of the insert to the short Y adapter. The addition of the “T” nucleotide results in low base diversity for the first cycle of the forward and reverse reads, which can result in random base calls during sequencing. To mitigate the effects of a possible random base call at cycle 1, Illumina recommends trimming the first cycle nucleotide. Trimming the first cycle removes the T overhang and therefore improves subsequent analysis quality. The trimming can be done during or after FASTQ generation.

The following methods are available for trimming the T overhang. FASTQ files can be uploaded to BaseSpace Sequence Hub for processing with the recommended app. Alternatively, when running in standalone mode, use the Sample sheet method or BCL Convert to trim the T overhang during FASTQ generation.

**BCL Convert**

The requirements needed for trimming using BCL Convert (which is a newer version of bcl2fastq2) are different. Users can add the following settings to configure the FASTQ generation via BaseSpace Run Planning (or in a v2 sample sheet) to start from the second cycle, skipping the T overhang:

* \[BCLConvert\_Settings]\
  OverrideCycles,N1Y100;I10;I10;N1Y100

Use the N1Y100 setting to skip the first cycle, but process the remaining 100 cycles of read 1 and read 2, given a read length of 101 bp. If using alternative read lengths, for example 201 bp, use the setting N1Y200;I10;I10;N1Y200. The I10 in the setting indicates a index read length of 10 bp. Refer to the [BCL Convert User Guide](https://support.illumina.com/downloads/bcl-convert-user-guide.html?langsel=/us/) for more details. When using BaseSpace Run Planning and selecting the corresponding kit, the default override cycles will populate with the correct override cycles to accommodate the T overhang.

**Sample Sheet Method**

Users can add the following settings to the \[Settings] section of a v1 sample sheet, which are compatible with LRM and bcl2fastq. These settings configure the FASTQ generation to start from the second cycle, skipping the T overhang.

* \[Settings]\
  Read1StartFromCycle,2\
  Read2StartFromCycle,2

**BaseSpace Method**

The [DRAGEN FASTQ Toolkit BaseSpace app](https://www.illumina.com/products/by-type/informatics-products/basespace-sequence-hub/apps/dragen-fastq-toolkit.html) is used to trim the T overhang from the FASTQ files.

In the Base Trimming section, set “Trim reads at the 5’-end by n positions” to 1 to remove the first base from input FASTQ files.

Note that the app requires iCredits to run and will result in Compute and Analysis costs.

**Local Run Manager (LRM)**\
Enter the following two lines in the Advanced Module Settings section (Custom setting, Setting value).

* Read1StartFromCycle,2
* Read2StartFromCycle,2

**Note:** If a run does have multiple library types, one of which does not include a T overhang, using BCL Convert with per-sample override cycles settings can be used to demultiplex the libraries in one analysis. When using demultiplexing software and a v1 sample sheet, these libraries must be demultiplexed separately using distinct sample sheet files.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                 |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #3227), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000003227%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/general/software-general-reference_material-list/000003227.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.
