# Output Files

The pipeline generates the following key output files.

## Baseline Builder Outputs (Stage 1)

* **Systematic noise file:** `<output>/systematic-noise/systematic-noise-file/systematic_noise_v2.0_systematic_noise.bed.gz`
* **Excluded regions BED:** `<output>/systematic-noise/systematic-noise-file/blocklist.bed`

## Variant Calling Outputs (Stage 2)

For both tumor and normal samples:

* **Alignment file:** `<output>/<sample_name>/*.bam`
* **Variant call annotated file:** `<output>/<sample_name>/*.hard-filtered.vcf.gz`
* **TMB estimate**
* **Coverage and QC statistics**

The VCF file contains both passing variants (`FILTER="PASS"`) and non-passing variants that did not have sufficient supporting evidence.

For details on the most useful VCF fields, see [Key VCF Fields](/dragen-somatic-for-idt-custom-panels/review-outputs/vcf-fields.md). For navigating to your results in the BSSH or ICA UI, see [Where to Find Your Results](/dragen-somatic-for-idt-custom-panels/review-outputs/find-results.md).


---

# 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-somatic-for-idt-custom-panels/review-outputs/outputs.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.
