> 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.13.0.md).

# 7.13.0 - Sharing for NovaSeq X Runs and Analyses

#### June 20th, 2023

#### Features

* Added support for sharing NovaSeq X Runs and autolaunched Analyses.
* Added the option to upload a new sample sheet when requeueing from a planned run.
* Added the ability to archive runs in "Needs Attention" status.
* Updated the look and feel of the Analysis list and the Analysis Files tab.
* Native App engine update - Staged roll out.
  * Improved error handling and performance.

#### Bugs Fixed

* Fixed a confusing error message when uploading a NovaSeqX manual mode run without a sample sheet.
* Fixed an issue that caused CLI uploads to incorrectly display "Report is still being generated" on the Reports tab.
* Fixed an issue where a new biosample could not be created when uploading FASTQ files to a Project.
* Fixed an issue where a read 2 FASTQ file uploaded without a corresponding read 1 file wouldn't cause a warning.
* Fixed an issue when requeueing a planned run where the Lane Usage checkbox could be incorrectly unchecked.
* Fixed an issue that could cause certain apps to get stuck in Running.
* Fixed an issue on the Search page where a long search term runs off screen.

#### Known Issues

* Starting in August, uploads from instruments running Windows versions 7 or earlier will no longer be supported.
* After uploading files, BaseSpace displays a blank analysis page. Reload the page to see upload information and files.


---

# 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.13.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.
