# DRAGEN Pricing and Licensing

## Overview

DRAGEN uses a usage-based licensing model across most pipelines and features. Usage is typically measured in gigabases (Gbases) of input from FASTQ or BAM files and is calculated per execution of DRAGEN.

If you are interested in learning more about DRAGEN pricing or are experiencing any issues - please [contact us](https://www.illumina.com/company/contact-us.html).

{% hint style="warning" %}
Running multiple pipelines in a single DRAGEN run consumes quota once, which can reduce total usage compared to executing each pipeline separately.
{% endhint %}

### Pipelines not metered

The following DRAGEN pipelines do not consume usage quota:

* Germline / Somatic - CNV Only or SV Only
* Germline - Joint Genotyping
* BCL Convert

## Platform specific Pricing and Licensing

The licensing experience differs depending on where DRAGEN is being used. Use the sections below to find the model that applies to your environment.

### DRAGEN On-Premises Server

DRAGEN servers use prepaid annual licenses that are assigned to a specific DRAGEN server. As DRAGEN runs, usage is metered against the server's licensed quota.

For more information on DRAGEN Server On-Premises Licensing, refer to the [DRAGEN OnPrem Server License Reference Section](https://help.dragen.illumina.com/reference/licensing/onprem_licensing).

### DRAGEN Cloud FPGA (BYOL) on AWS or Azure

Running DRAGEN in your own cloud environment (AWS or Azure) requires a prepaid annual license which are assigned to credentials provided to you. As DRAGEN runs, usage is metered against your credentials licensed quota.

For more information on DRAGEN Cloud Licensing, refer to the [DRAGEN Cloud FPGA (BYOL) Reference Section](https://help.dragen.illumina.com/reference/licensing/cloud_licensing).

### Illumina Connected Analytics (ICA) and BaseSpace Sequene Hub (BSSH)

When running DRAGEN within ICA or BSSH, billing is handled automatically in those platforms. As DRAGEN runs, usage is metered as described on the [ICA Pricing page](https://help.ica.illumina.com/reference/r-pricing).

### DRAGEN onboard NovaSeqX series, MiSeq i100 Series, and NextSeq 1000/2000

DRAGEN usage on supported sequencing instruments is included with the instrument and is not metered.

Learn more at:

* [NovaSeqX Series software and informatics page](https://www.illumina.com/systems/sequencing-platforms/novaseq-x-plus/products-services/software.html)
* [MiSeqi100 software and informatics page](https://www.illumina.com/systems/sequencing-platforms/miseq-i100/products-services/software.html)
* [NextSeq 1000/2000 services page](https://www.illumina.com/systems/sequencing-platforms/nextseq-1000-2000/products-services.html)

## Frequently Asked Questions

### Q: How do I see how many Gbases a run consumed?

A: Gigabase consumption per run can be found in any of the following three places;

* .metadata.licenseInfo section of the \*.metrics.json file in that runs output directory
* \*\_usage.txt file in that runs output directory
* License report in that runs stdout.


---

# 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.dragen.illumina.com/reference/licensing.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.
