# Check Losslessness

DRAGEN ORA Compression is a lossless compression.

If you wish to verify that no data was lost during the compression of the fastq.ora file, compare the MD5 checksum of the decompressed fastq.ora file and the MD5 checksum of the decompressed fastq.gz file.

**1.** Compute the md5 checksum of the uncompressed FASTQ.ORA content as follows

`md5sum <(orad myfile.fastq.ora --raw -c )`

**2.** Compute the md5 checksum of the uncompressed FASTQ.GZ content as follows

`md5sum <(gzip -d -c myfile.fastq.gz)`


---

# 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/ora/product-guides/dragen-ora-decompression/commands/check-losslessness.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.
