# Enrichment Germline

***NOTE:***

* ***Variant Calling is not currently supported for non-human runs. Illumina's recommendation is to review only the methylation data produced from all non-human runs***

Input the following command to your local DRAGEN server:

```
/opt/edico/bin/dragen \
--output-directory ${desired_location} \
--fastq-list ${fastq-list.csv} \
--ref-dir ${mouse_ref_v11hashtable} \
--enable-map-align true \
--enable-map-align-output true \
--enable-duplicate-marking true \
--methylation-conversion illumina \
--methylation-generate-cytosine-report=true \
--methylation-compress-cx-report=true \
--output-file-prefix=${string} \
--sample-sex none
```

**Note:** The sample-sex parameter may be set to either "auto" or "none" in this case. User preference.

Note: Update the `${text}` fields with the parameter specified


---

# 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-5-base/run-analysis-setup/local-dragen-server-analysis-setup/dragen-enrichment/enrichment-germline.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.
