> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/basespace/releases/previous-releases/2023/7.11.0.md).

# 7.11.0 - NovaSeq X Analysis Requeue

#### April 18th, 2023

#### Features

* Added the ability to requeue runs using the Run Planning tool. Currently supports requeue of analyses from Illumina DRAGEN Apps v4.1 and higher and DRAGEN TruSight Oncology 500 Apps 2.1 and higher. Staged rollout.
* Added two new applications categories to the App Store: Illumina and Dragen. The App Store now filters for the Dragen category by default.
* Renamed the application category "Synthetic Long Reads" to "Long Reads".
* Improved the performance of post-processing analysis results from NovaSeq X.
* Added copyright information to each page.

#### Bugs Fixed

* Fixed an issue that prevented download of NovaSeq X runs using the BaseSpace CLI.
* Fixed an issue that could cause the Analysis Inputs tab to not load for NovaSeq X autolaunched analyses.
* Fixed an issue that could affect deletion of analysis data generated from a NovaSeq X auto-launched app.
* Fixed an issue that could prevent launch of the Reference Builder (Instruments) application.
* Fixed an issue in the Run Planning tool where index uniqueness validation is not performed after importing samples from a Sample Sheet.
* Fixed a rare issue that could cause FASTQ Generation to launch twice after run upload completes.

#### Known Issues

* The following operations cannot be performed for NovaSeq X sequencing runs or analysis results: share, transfer, archive, and editing the run name.
* Beginning with BSSH v7.12.0, uploads from instruments running Windows versions 7 or earlier will no longer be supported.
* The Lane Usage toggle in Run Planning is not displayed when planning a run on NovaSeq X.


---

# 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://help.connected.illumina.com/basespace/releases/previous-releases/2023/7.11.0.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.
