> For the complete documentation index, see [llms.txt](https://help.basespace.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.basespace.illumina.com/releases/previous-releases/2026/7.47.0.md).

# 7.47.0 - BaseSpace Navigation Glow-Up

#### June 16, 2026

#### Features

* The navigation links and the application switcher at the top of the BaseSpace website have received a glow-up, with many links moved to the left of the page.
* The move of BaseSpace searches to new infrastructure for speedier and more accurate searches has been completed.
* When a FASTQ Dataset has a status of 'QcPassed' it shall be included in data aggregation and useable as input to an application, regardless of the statuses of the associated run, lane, and analysis.
* Re-instated radio buttons in launch form dialogs when selecting a single run, dataset, project, or file.
* Ignore samplesheets uploaded as part of a manual mode run, preventing invalid samplesheets from causing runs to get stuck in the uploading state.
* Fixed project size calculation to not include datasets that were deleted while in archived state.
* Data migration: Move WES Workflow Logs datasets to the correct project.

#### Bugs Fixed

* Fixed a UI bug where toggling checkboxes in the run list column switcher sometimes didn't work.

#### Downloader 3.4.0

* Download won't start and a warning is displayed if a non-writable output folder is selected.
* Files being actively downloaded are not hyperlinked.
* Security updates.

#### Release 7.47.1 - June 24, 2026

* Bugs Fixed
  * User health runs without a samplesheet will transition to status Completed, not Needs Attention.


---

# 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.basespace.illumina.com/releases/previous-releases/2026/7.47.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.
