> For the complete documentation index, see [llms.txt](https://help.idm.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.idm.illumina.com/dragen-microbial-enrichment-plus/dragen-microbial-enrichment-plus/output-files.md).

# Output files

{% hint style="info" %}
Note: Some files may not be generated depending on the selected analysis options and analysis results
{% endhint %}

## Sample-level output files

| Filename                                                      | Type    | Description                                                                                                                                                                                                          |
| ------------------------------------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Samplename.Panelname.report.json                              | json    | Comprehensive report file. See [Report JSON format](/dragen-microbial-enrichment-plus/dragen-microbial-enrichment-plus/output-files/report-json-format.md) for further details                                       |
| Samplename.Panelname.report.html                              | html    | Visual report file. See [Understanding the BaseSpace HTML reports](/dragen-microbial-enrichment-plus/dragen-microbial-enrichment-plus/output-files/understanding-the-basespace-html-reports.md) for further details  |
| Samplename.Panelname.viral\_variants.vcf                      | vcf     | Viral variant call file describing variant calls between viral consensus genome (or segment) sequences and best-match reference sequences (all RVOP/RVEK, VSP, and VSP V2 viruses, RPIP: SARS-CoV-2 & FluA/B/C only) |
| Samplename.Panelname.viral\_genomes\_consensus.fa             | fasta   | Viral genome (or segment) nucleotide consensus sequence(s) for all viruses reported in the sample (RPIP, RVOP/RVEK, VSP, VSP V2 only)                                                                                |
| Samplename.Panelname.viral\_targets\_consensus.fa             | fasta   | Viral targeted region nucleotide consensus sequence(s) for all viruses reported in the sample (RPIP only)                                                                                                            |
| Samplename.Panelname.bacterial\_amr\_nucleotide\_consensus.fa | fasta   | Bacterial AMR gene nucleotide consensus sequence(s) for all bacterial AMR markers reported in the sample (RPIP, UPIP only)                                                                                           |
| Samplename.Panelname.bacterial\_amr\_protein\_consensus.fa    | fasta   | Bacterial AMR gene protein consensus sequence(s) for all bacterial AMR markers reported in the sample (RPIP, UPIP only)                                                                                              |
| viral\_consensus\_genomes                                     | Dataset | Directory containing viral genome (or segment) nucleotide consensus sequence(s) per virus reported in the sample (RPIP, RVOP/RVEK, VSP, VSP V2 only)                                                                 |

## Analysis-level output files

| Filename                               | Type | Description                                                                                                                                                                                                         |
| -------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| AnalysisIDnumber.Panelname.results.zip | zip  | Compressed file containing all output files for single-click download                                                                                                                                               |
| AnalysisIDnumber.Panelname.report.xlsx | xlsx | Aggregate Excel report file that summarizes results for all samples across 4 tabs: Samples, Microorganisms, AMR, and Variants. See below for further details                                                        |
| report.html                            | html | Visual report file. See [Understanding the BaseSpace HTML reports](/dragen-microbial-enrichment-plus/dragen-microbial-enrichment-plus/output-files/understanding-the-basespace-html-reports.md) for further details |

{% file src="/files/8nVkqPNLrB5zyjPxXQ8w" %}
RPIP, UPIP, RVOP/RVEK, VSP, VSP V2: Description of aggregate Excel report file fields
{% endfile %}

{% file src="/files/KQFtR36sJKJS8oX3chrJ" %}
Custom Panel: Description of aggregate Excel report file fields
{% endfile %}


---

# 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:

```
GET https://help.idm.illumina.com/dragen-microbial-enrichment-plus/dragen-microbial-enrichment-plus/output-files.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.
