# Custom Config Support

This feature allows users to customize a specific set of DRAGEN command-line options to override the default values pre-defined in the pipeline.

## ICA Setup

On the ICA (Illumina Connected Analytics) user interface (UI) to the software, you can specify the **Custom Parameters Config File** and **Custom Resources Directory** directly. Supported customizable options are described below.

## Examples

### `solid_custom_param.config` Content

```bash
## custom parameters
somatic_vc_output_evidence_bam = false
germline_qc_detect_contamination = true
germline_aligner_clip_pe_overhang = 0

## custom reference files
somatic_sv_systematic_noise = '/snv/WGS_hg38_v1.0_systematic_noise.snv.bed.gz'
somatic_sv_systematic_noise = '/sv/WGS_FF_solid_hg38_v1.0_systematic_noise.sv.bedpe.gz'
somatic_vc_somatic_hotspots = '/snv/somatic_hotspots_GRCh38.vcf.gz'
```

### `custom_resources_Heme_dir` Folder Structure on ICA

```
custom_resources_Solid/
├── snv
│   ├── WGS_Solid_hg38_v1.0_systematic_noise.snv.bed.gz
│   └── somatic_hotspots_GRCh38.vcf.gz
└── sv
    └── WGS_Solid_FF_solid_hg38_v1.0_systematic_noise.sv.bedpe.gz
```

> **ℹ️ Note:**\
> Custom resource files and the custom configuration file must be uploaded to the same ICA project where the run is created.\
> You can use the `icav2` client or other supported methods.\
> See [Data Transfer Options with ICA Platform](https://help.ica.illumina.com/tutorials/datatransfer) for details.

### ICA Input Files UI Example

![ICA Setup Screenshot](/files/oO6G876rQVzK06hQ7Ko4)


---

# 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/custom_config.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.
