> 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/dragen-protein-quantification/counting-and-normalization/local-secondary-analysis.md).

# Local Secondary Analysis

DRAGEN Protein Quantification can be run locally after the installation of the local solution on a DRAGEN phase 4 server by an FAS.

To initiate a run:

```
run_DRAGEN_Protein_Quantification_v<version>.sh
    -r <full path to run folder>
    -s <full path to sample sheet>
    --analysisFolder <full path to output folder> 
```

The `--analysisFolder` parameter is optional. If no path is provided, output files will be put in a folder under the `/staging/` directory.

* <mark style="color:$warning;">WARNING</mark>: Currently, using a path off the DRAGEN server as an `--analysisFolder` (for example, to network attached storage) may cause an analysis failure. It's recommended to output the results to the DRAGEN server itself.

The `-s` parameter is optional if the sample sheet file is included in the run folder.

For details on the parameters used with the script, execute the following command.

```
run_DRAGEN_Protein_Quantification_v<version>.sh -h
```


---

# 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/dragen-protein-quantification/counting-and-normalization/local-secondary-analysis.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.
