> 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/2026/7.48.0.md).

# 7.48.0 - BaseSpace Navigation Glow-Up Part 2

#### July 23, 2026

#### Features

* Lots of improvements and fixes to the navigation menus at the top and left of the website:
  * If the user's login session has expired, interaction with the navbar will re-direct the user to the login page.
  * The list of workgroups is now sorted alphabetically.
  * Improve appearance of navbar on low resolution screens.
  * Improved the sizing of the workgroup and application list menus.
  * Make navbar controls more robust if network requests fail.
* The BaseSpace website terms and conditions is now shared by all Illumina cloud software. The Terms link in the navbar menu now provides a link to the shared Illumina Software Subscription Agreement.

#### Bugs Fixed

* Improve ranking of search results so that an exact match should always beat a close match.
* Restored behavior where, when launching an app from the project pages, choosers on the app form automatically apply a filter based on the project.
* The requeue->analysis tool is disabled for analyses that don't have a form (e.g., auto-launched workflows, uploads, etc.).
* Fixed an issue in Run Planning where toggling a checkbox with render effect resulted in page scrolling to the top.
* Improve links between samples and biosamples for Miseq and Miniseq runs with reverse complement indices.
* Validate the BsshApp value in a samplesheet before launch and set the run to needs attention with an appropriate error message if it appears to be invalid.
* Improved reliability of deletion of large ICA analyses from BaseSpace.
* Fixed the issue where simultaneous delete of all datasets belonging to a sample does not result in the sample file being deleted.
* Fixed a rare deletion race condition that could happen if a run was files-only deleted then immediately fully deleted.


---

# 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/2026/7.48.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.
