> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/software/general/software-general-reference_material-list/000003686.md).

# DRAGEN Enrichment App in BaseSpace

DRAGEN Enrichment BaseSpace App [Page](https://www.illumina.com/products/by-type/informatics-products/basespace-sequence-hub/apps/dragen-enrichment.html).

DRAGEN Enrichment BaseSpace v4.5 App Product Guide [Page](https://help.dragen.illumina.com/product-guides/dragen-v4.5/dragen-apps/dragen-enrichment-bssh-app).

Demo Data [project](https://basespace.illumina.com/s/mJv4pOTYiftX) "DRAGEN Enrichment Demo" can be found in Public Data.

**App use:** Perform alignment with the DRAGEN Aligner and variant calling with the DRAGEN variant caller. The App will perform germline or somatic variant calling and optional Copy Number Variants and Structural Variants variant calling.

**Versions:** 4.2.4 - 4.5.4 are currently available. Illumina recommends using the latest version. All current versions include an **Additional Arguments** section where a user can enter command-line options to run with the App.

**General App Information**

Required input

1. A minimum number of reads is not required. However, use sufficient data for each sample to support an appropriate depth of coverage for variant calling.
2. Each analysis uses one target region BED file. Several existing panels are available in the **Target Regions** drop-down. If using a custom/third party panel, select custom. The BED file must be uploaded prior to app analysis set up.
3. Samples are all paired-end or all single-end.
4. A maximum of 96 samples per analysis.
5. A maximum of 48 BAM or CRAM files per analysis.

Optional Input

1. BAM/CRAM (not required but can be used instead of FASTQs.)
2. Custom reference genome (if pre-built with DRAGEN Reference Builder App). The app requires the tar.gz generated by the DRAGEN Reference Builder app and the FASTA reference file.
3. CNV Baseline files or a Combined Targeted Calling Panel of Normals file (if performing CNV calling with a Panel of Normals, which can be generated using the DRAGEN Baseline Builder application with CNV setup). An In-Run Panel of Normals can be selected alternatively to enable CNV calling.
   1. [Normal sample recommendations include samples that underwent the same library preparation, same sequencing platform and are copy normal (known to not have copy number variation).](https://help.dragen.illumina.com/product-guides/dragen-v4.5/dragen-dna-pipeline/cnv-overview/cnv-reference#panel-of-normals)
4. Up to three BED files for for calculating enrichment metrics.
5. Custom Systematic Noise BED file for Somatic variant calling analysis

Analysis Output

1. BAM Files: Aligned sequences and quality scores in the BAM (\*.bam) file format.
2. VCF Files: Variant calls in the VCF (\*.vcf.gz) file format.
3. Genome VCF Files: Variants, references, and no calls for all sites in the genome VCF (gVCF) file format.
4. Summary File: Statistics for each sample.

Additional Settings

1. Base Padding: default is 0 and 150 (bp) for variant calling and calculating enrichment metrics respectively, however, users have the option to enter whatever value they chose, from 0-10000.
2. 5-Base and UMI library support.
3. Low-pass and [high](https://help.dragen.illumina.com/product-guides/dragen-v4.5/dragen-dna-pipeline/high-coverage) [coverage](https://help.dragen.illumina.com/product-guides/dragen-v4.5/dragen-dna-pipeline/high-coverage) modes.
4. Allele-specific CNV calling (not ideal for small panels).
5. HLA allele typing.
6. [CheckFingerprint](https://help.dragen.illumina.com/product-guides/dragen-v4.5/qc-metrics-reporting/checkfingerprint) (germline only)
7. [Contamination detection](https://help.dragen.illumina.com/product-guides/dragen-v4.5/qc-metrics-reporting/contamination-detection) (optional for somatic mode, runs by default for germline mode)
8. [Biomarkers](https://help.dragen.illumina.com/product-guides/dragen-v4.5/dragen-dna-pipeline/biomarkers) support for somatic variant calling: TMB and Fragmentomics (Other biomarker analysis can be enabled but not recommended)
9. Variant Annotation for somatic variant calling.
10. Many other input form options and Additional Arguments section.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                 |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #3686), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000003686%20-%20Software%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# 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://knowledge.illumina.com/software/general/software-general-reference_material-list/000003686.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.
