> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/software/on-premises-software/software-on-premises-software-faq-list/000005077.md).

# How to calculate the DRAGEN license quota

DRAGEN counts the number of bases in an input sample file in either FASTQ or BAM format. Any analysis using FASTQ or BAM as input will consume license. If starting from FASTQ files to perform alignment and variant calling in a single command, DRAGEN will only count quota once (i.e. quota is **not** counted for creating BAM/CRAM files then again for the variant calling step).

Cancelled or aborted analyses that did not complete will not be included in the quota calculation.

The bases used for DRAGEN analysis are counted as one of the final steps. The amount is then written to an encrypted file at the end of analysis. If the license quota is exceeded during an analysis, that analysis will still complete without interruption, but the user will not be able to perform any further analysis without purchasing additional quota.

For example, if the user has 50 Gigabases quota left of the license and starts analyzing a 90 Gigabases input sample, the analysis will still complete, but the user will not be able to perform another analysis.

If the quota is exceeded or the license has expired, the user will not be able to perform further analysis. Contact the Illumina sales to renew the license.

#### **d\*\*\*\*ragen\_lic command line tool** For versions lower than 4.3, this tool can be found at /opt/edico/bin/dragen\_lic. For 4.3 and higher, it can be found at /usr/bin/dragen\_lic.To check current genome license usage and expiration date, use the following command:dragen\_lic -f genomeExample of the command output below: image.pngThe above license output example is for the Genome license. The first line shows that 1000 Gigabases have been consumed. The license installed is for 100 000 Gigabases, so 1% of the Gigabases has been used. The second line shows the license data and importantly, its expiry date. Past the expiration date, the license becomes expired and no further DRAGEN Analysis requiring the specific DRAGEN pipeline license can be performed.Following the license data is the license information that is stored on the dongle or USB key attached to the server. These lines show the status of all the accelerators that are enabled and they are specific to the different pipelines. The accelerators also have an expiry date which should be similar to the license for each pipeline and similar to the genome license example.

See also:

* [DRAGEN User Guide](https://help.dragen.illumina.com/)
* [DRAGEN Pricing and Licensing](https://help.dragen.illumina.com/dragen-v4.5/reference/licensing)
* [DRAGEN OnPrem Server Licensing](https://help.dragen.illumina.com/dragen-v4.5/reference/licensing/onprem_licensing)

\
\
\ <br>

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


---

# 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, and the optional `goal` query parameter:

```
GET https://knowledge.illumina.com/software/on-premises-software/software-on-premises-software-faq-list/000005077.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
