# How to avoid Ns in small RNA reads or short reads after running bcl2fastq2?

Small RNA reads are sometimes masked with Ns after FASTQ generation, resulting in the reads being 35 Ns instead of the actual basecalls. N-masking occurs when the read length is below the default minimum trimmed read length (ie, 35) and the adapter masking length (ie, 22) after adapter trimming.

To avoid N-masking in the reads, add the following to the bcl2fastq2 command line:

\--minimum-trimmed-read-length 5

\--mask-short-adapter-reads 5

More information about these options can be found in the [bcl2fastq2 Conversion Software v2.20 User Guide](https://support.illumina.com/sequencing/sequencing_software/bcl2fastq-conversion-software.html?langsel=/us/).

\
\
\ <br>

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


---

# 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://knowledge.illumina.com/software/on-premises-software/software-on-premises-software-faq-list/000003147.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.
