> For the complete documentation index, see [llms.txt](https://yoav-orlev.gitbook.io/solqc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yoav-orlev.gitbook.io/solqc/getting-started/toy-example.md).

# Toy Example

A simple glimpse into the tool.

Before reading this part make sure you have successfully completed the tool installation:

{% content-ref url="/pages/-LeGuWxWzavAbkcqfP-C" %}
[Installation](/solqc/getting-started/installation.md)
{% endcontent-ref %}

To get a sense of how the tool works we have assembled a small toy example, so you can understand how to operate the tool in a few quick steps.\
If all goes well, you should see results in **5 minutes**.

Download the following file and unzip it :

{% file src="/files/e5NNVZAMW7O1T7CQMlFE" %}

The zip contains 2 files :&#x20;

* design.csv
* toy\_data\_reads.fastq

Next, If the tool is not running then run it using :&#x20;

```
$ docker run -p 5000:5000 solqc/tool
```

Open your browser and go [here](http://localhost:5000/):

```
http://localhost:5000/
```

Once you are on this screen :&#x20;

<figure><img src="https://2747853774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LeG1a5HYCKC6GFmlh1i%2Fuploads%2FsZTvxaSpR9gTa7ZIcTHL%2FScreenshot%202024-07-07%20at%200.55.14.png?alt=media&amp;token=8528eff4-79fb-4511-8a14-9fc2e619b209" alt=""><figcaption></figcaption></figure>

Upload the design file (*design.csv*), using **Design**, then **Upload file**.

Now, upload the NGS file (*toy\_data\_reads.fastq)* using **NGS Files,** then **Upload File**.<br>

Press on **Library Configuration.** You should see this:

<figure><img src="https://2747853774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LeG1a5HYCKC6GFmlh1i%2Fuploads%2FZ8weeJKRDvJDCl5oPtgo%2FScreenshot%202024-07-07%20at%201.08.30.png?alt=media&amp;token=61e251ac-01cf-4c7f-94b3-d64efebb4030" alt=""><figcaption></figcaption></figure>

Use the following configuration:

Prefix: *ACAACGCTTTCTGTGTCGTG*

Lengt&#x68;*: 210*

Barcode Start: *20*

Barcode End: *32*

Barcode Tolerance: *2*

Keep the default **Analysis Configurations** and press **Proceed to Overview**, you should see the following:

<figure><img src="https://2747853774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LeG1a5HYCKC6GFmlh1i%2Fuploads%2FBPmtRk8DZKG2gB2DDxVq%2Fimage.png?alt=media&amp;token=9fa7162c-5a37-40b4-866b-6ad6a054b9f2" alt=""><figcaption></figcaption></figure>

If all went well, after the analysis finishes you should see this:

<figure><img src="https://2747853774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LeG1a5HYCKC6GFmlh1i%2Fuploads%2FxOwfNDSbmhKL2ieZGr1v%2FScreenshot%202024-07-07%20at%201.29.03.png?alt=media&amp;token=4e453377-3453-49bc-9d73-d548c8f38a94" alt=""><figcaption></figcaption></figure>

This means the tool preformed an analysis on the given data and returned:&#x20;

1. The requested analysis report (in our case - *Error Rate per Base Table Analyzer*, *General Analyzer*).
2. A zip containing 2 csv files, one with the *Frequency Analyzer* and one with the *Matching Analyzer*.

### Congratulations! You have just made your first SOLQC report!
