# How to output both gVCF and VCF in a single DRAGEN run?

A genomic VCF (**gVCF**) file contains **information on variants and positions determined to be homozygous** to the reference genome. For homozygous regions, the gVCF file includes statistics that indicate how well reads support the absence of variants or alternative alleles. The gVCF file includes an artificial **\<NON\_REF>** allele. Reads that do not support the reference or any variants are assigned the \<NON\_REF> allele.

Including the **'--vc-emit-ref-confidence GVCF'** flag results in a gVCF file being output instead of a VCF file. By default, **contiguous** runs of homozygous reference calls with similar scores are collapsed into blocks (**hom-ref blocks**). Hom-ref blocks save disk space and processing time of downstream analysis tools. To output an unbanded output, users must set --vc-emit-ref-confidence to **BP\_RESOLUTION**.

If a user would like to output a **VCF file** in **addition to a gVCF file**, include the '**--vc-enable-vcf-output true**' flag **in addition to the --vc-emit-ref-confidence** flag. This is the **recommended** way to output a VCF file in runs that output a gVCF. It is **not recommended** to run **DRAGEN Joint Analysis** on the gVCF from a single sample to output a VCF.

More information about the gVCF format can be found in the [user guide](https://support-docs.illumina.com/SW/DRAGEN_v40/Content/SW/DRAGEN/SMVgVCFOutput.htm).

\
\
\ <br>

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


---

# 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://knowledge.illumina.com/software/on-premises-software/software-on-premises-software-faq-list/000007869.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.
