# Advanced Topics

This section covers advanced cloud deployment features for the DRAGEN Solid WGS Tumor Normal Pipeline on Illumina Connected Analytics (ICA).

## Rerunning Analyses

You can rerun a completed analysis using the **"Rerun"** option in ICA. This feature allows you to:

* Quickly repeat an analysis with the same parameters
* Modify specific settings without reconfiguring the entire analysis
* Validate results or troubleshoot issues

## Command Line Interface

For advanced users and automation workflows, you can use the [ICA Command Line Interface (CLI)](https://help.ica.illumina.com/command-line-interface/cli-installation) to launch and manage analyses programmatically. The CLI provides:

* **Automation**: Script and automate analysis launches
* **Batch Processing**: Process multiple samples efficiently
* **Integration**: Incorporate DRAGEN analyses into custom pipelines
* **Flexibility**: Complete any analysis performed through the UI directly from the command line

The CLI installation guide provides detailed instructions for setup on Mac, Linux, and Windows platforms.


---

# 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.connected.illumina.com/dragen-clinical-research-apps/readme/dragen-solid-wgs-tn-pipeline/setup/advanced.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.
