# 2022

## 2022 December 13 - ICA v2.11.0

* General
  * Added guidance about modifying existing Tools already added to a Pipeline
  * Updated [tutorial](/tutorials/nextflow/nextflow-dragen-pipeline.md) for building a DRAGEN pipeline using Nextflow
* Notifications
  * Updated list of system event notifications
* Flow
  * Clarified expected behavior and recommended order of steps when connecting input to Tools and editing Input Details when building graphical CWL pipelines
  * Added information about details for monitoring Batch Jobs in Project Activity Screen
  * Added Pipeline “tips and tricks"
* Storage
  * Added guidance on expected behavior when configuring user-managed AWS Buckets with Projects

## 2022 November 8 - ICA v2.10.0

* General
  * Added [tutorial](/tutorials/cli-cwl/scatter-gather.md) for using scatter/gather for CWL graphical pipelines
  * Added information about Documentation tab in Nextflow pipelines
  * Updated links and fixed typos
* Data Management
  * Provided list of ICA-supported data file formats
* API
  * Included guidance on creating custom events for projects via the API

## 2022 October 17 - ICA v2.9.0

* General
  * Added [tutorial](/tutorials/nextflow/nextflow-dragen-pipeline.md) for building DRAGEN pipeline using Nextflow on ICA
  * Added [tutorial](/tutorials/cli-cwl/cwl-dragen-pipeline.md) for building DRAGEN pipeline using CWL on ICA
  * Added XML configuration documentation and examples
  * Added metadata model documentation
  * Updated supported ICA regions
  * Updated fields and descriptions under Tool Settings
* Data Management
  * Added data privacy recommendations regarding uploading data files
  * Added guidance on supported characters in file/folder names
  * Added documentation for linking bundles to a project
* Cohorts
  * Added ICA Cohorts Module documentation, including summary of features and example walk-throughs
* Storage
  * Added [instructions](/home/h-storage/s-awss3/s-sse-kms.md) for setting up ICA v2 Bring Your Own Bucket (BYOB) with SSE-KMS key
  * Updated bucket name character length constraints

## 2022 September 12 - ICA v2.8.0

* General
  * Added Quick Registration Guide
  * Added documentation for metadata models
  * Added [tutorial](/tutorials/cli-cwl.md) for creating/running CWL pipeline on CLI
  * Added [end-to-end tutorial](/tutorials/end-to-end-1.md) highlighting DRAGEN Germline pipeline
* Data Management
  * Added documentation for reference data
* Flow
  * Added documentation for analysis output mappings
  * Added documentation for Nextflow configuration


---

# Agent Instructions: 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.ica.illumina.com/reference/r-documentrevisionhistory/2022.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.
