> 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/2015/3.23.0.md).

# 3.23.0

### December 01, 2015 - 3.23.0 - FASTQ Generation and Run UI Updates

* New FASTQ Generation App v1.0.0 in BaseSpace (see below for more details)
* Updates to the Run details page
* Bug Fixes:
  * Fixed import and export bugs related to Windows 10
  * Fix for incorrect search results being returned
  * Fixed an issue related to sharing data that resulted in conflicts

## FASTQ Generation App v1.0.0

![FASTQ Generation Icon](https://github.com/illumina-swi/bssh-docs/blob/main/images/release-notes/basespace/fastq-generation-2015-100x100.png)

* Up to 10x overall speed improvement
* Improved robustness, more common in larger volume datasets
* All FASTQ workflows on the Runs List page have been renamed **Generate FASTQ**. We will not be reprocessing old Runs, just adjusting the name
* AppSessions/Analyses for the app are now visible in the Analysis section of your Projects
  * FASTQ Generation now has a new icon (above)
  * Includes log files and all input information
  * After the app completes, the Log Files link on the Analysis page will contain key files such as DemuxSummary, Sample Sheet Used, and Adapter Trimming
  * Known limitation: Sample sheet is a string of text
* The Legacy App (old version of FASTQ Generation) is called **BaseSpace FastQ v1.0.0** and the new App is called **FASTQ Generation v1.0.0**
* MiSeq Runs will still use the MSR FASTQ Generation workflow (the mechanism to requeue FASTQ Generation has not changed)
* FASTQ Generation is now a [BaseSpace Native App](https://developer.basespace.illumina.com/docs/content/documentation/native-apps/native-app-overview)


---

# 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:

```
GET https://help.connected.illumina.com/basespace/releases/previous-releases/2015/3.23.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
