> 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-5-base/run-analysis-setup/bssh-analysis-setup/dragen-somatic.md).

# DRAGEN Somatic

<figure><img src="/files/MzLJ7XXuTrIZWzMrw15F" alt=""><figcaption></figcaption></figure>

Select the DRAGEN Somatic v4.5.4 Application.

**WARNING**: Deviation from these instructions (including adding additional options) may cause pipeline failure.

1. Add "Analysis Name".
2. Select Project to "Save Results To".
3. \[Default] Pipeline Configuration should be "Map/Align + Somatic Small Variant Caller (FASTQ or BAM or CRAM input)".
4. Somatic CNV Calling is "None" by default. Optionally, select "Tumor-only" or "Tumor-Normal" depending on the input type.\
   ![](/files/kHWhNvHzneY2nAC6btFp)
5. Add tumor biosamples by uploading FASTQs, BAMs, or CRAMs. Optionally, add normal samples by uploading FASTQs, BAMs, or CRAMs.
   1. <mark style="color:blue;">**NOTE**</mark>: Multiple files can be uploaded at one time as long as the assigned "Sample Sex" value is the same for all samples. For example, if "Auto-Detect" is selected, it is assigned to all samples selected.
6. Select a reference.
7. \[Default] Check "Enable Systematic Noise Filter" and select the relevant data file.\
   ![](/files/FaoZAfbwvMzawfqpMUoJ)
8. (Optional) If performing SV calling, turn on "Enable SV calling" and provide optional custom SV target beds and custom noise files.\
   \ <img src="/files/3li7TsnGayLpsCZihc58" alt="" data-size="original">
9. Under Methylation for Illumina 5-Base DNA Prep, check the box for "Enable 5-Base Methylation-Aware Algorithms".\
   ![](/files/UOs1RAFfVxzPhl537b7N)
10. Under Advanced Settings:
    1. Uncheck "Enable Small Variant Calling on Normal Samples" (if doing tumor-only analysis)
    2. Uncheck "Enable Small Variant Calling on Normal Samples" if doing tumor-only analysis.
    3. (Optional) Check "Enable Variant Annotation" to turn on Nirvana Variant Annotations.
    4. (Optional) Check "Enable Small Variant Calling on Normal Samples" if doing tumor-normal analysis.\
       ![](/files/3SBv1Z9tysKPKkXRNsxn)\
       ![](/files/JBPun17jQH4vwmozOwOc)
    5. If performing tumor-normal analysis, uncheck the box for Germline Tagging.<br>

       <figure><img src="/files/b1nn9PJ7tGb85QmCe36V" alt=""><figcaption></figcaption></figure>
11. Under Additional DRAGEN Commandline Arguments, add `--vc-systematic-noise-method=max`.
12. (Optional) If running cfDNA samples, it's recommended to add `--mbias-report-include-overlaps=true` to ensure the M-bias report captures the full R2 read-cycle profile. This is important for cfDNA since the short fragments cause most of R2 to overlap R1 and be excluded from bias statistics by default.
13. (Optional) Under Additional DRAGEN Commandline Arguments, add `--enable-fractional-down-sampler=true --down-sampler-tumor-subsample=$Fraction` to enable downsampling, where $Fraction is a value between 0 and 1 representing the proportion of reads to keep. For tumor-normal analyses, use `--down-sampler-normal-subsample` for the normal sample.
14. (Optional) Under Additional DRAGEN Commandline Arguments, add `--gc-metrics-enable=true` to enable GC metrics.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/dragen-5-base/run-analysis-setup/bssh-analysis-setup/dragen-somatic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
