> 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/2021/6.13.0.md).

# 6.13.0

### September 21, 2021 - 6.13 - NovaSeq Run Setup Support

### Features

* Instrument Run Setup now supports generating NovaSeq sample sheets. (Staged rollout complete Oct 1 2021)
* Released BCL Convert version 1.3.0. View the app and detailed release notes [here](https://basespace.illumina.com/apps/12252240/BCL-Convert).
* Released BaseSpace command-line interface (CLI) version 1.4.1. Download [here](https://launch.basespace.illumina.com/CLI/latest/latest.html) or view detailed [release notes](https://developer.basespace.illumina.com/docs/content/documentation/cli/cli-releasenotes).
* Performance improvements and fixes.

### Bugs Fixed

* Fixed an issue on the Biosample master list where the Biosample name was displayed in the Project column.
* Fixed an issue in the Active runs list where the Transfer Ownership call to action remained enabled when that transfer was already pending.
* Fixed an issue in Instrument Run Setup where the loading spinner disappears before the required APIs are loaded.
* Fixed an issue that could cause a resource to be stuck in the Archived state.
* Fixed an issue that would incorrectly display an error message when copying a shared FASTQ dataset.

### Release 6.13.1 - September 24, 2021

* Features
* Performance and stability improvements.
* Bugs Fixed
* Fixed an issue on the Instrument Run Setup page that blocked the Next button when run names started with numbers.


---

# 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/2021/6.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.
