# Input data

MiGA datasets can be created from three different points: [Raw reads](/part2/input.md#raw-reads), [Trimmed reads](/part2/input.md#trimmed-reads), and [Assemblies](/part2/input.md#assemblies).

The input files can be added through the [CLI](https://github.com/bio-miga/miga/tree/7d5b5d8ca7b592d2dd8e085f33813de3ea42030a/manual/part3/cli.md) using `miga add` or any of the available [workflows](/part6.md). Files can also be added through the [Web](https://github.com/bio-miga/miga/tree/7d5b5d8ca7b592d2dd8e085f33813de3ea42030a/manual/part3/web.md) interface.

## Raw reads

Raw (unprocessed) sequencing reads. MiGA can handle different sequencing technologies, but it has been optimized for short reads.

* **Format**: FastQ, optionally gzipped (with .gz extension)
* **Workflow step**: [Raw reads](/part5/workflow.md#raw-reads)

## Trimmed reads

Sequencing reads already processed to remove low quality or other artifacts. MiGA can handle different sequencing technologies, but has been optimized for short reads.

* **Format**: FastA, optionally gzipped (with .gz extension)
* **Workflow step**: [Trimmed FastA](/part5/workflow.md#trimmed-fasta)

## Assemblies

Assembled contigs/scaffolds. Ideally, but not necessarily, sequences longer than 1 Kbp.

* **Format**: FastA, optionally gzipped (with .gz extension)
* **Workflow step**: [Assembly](/part5/workflow.md#assembly)


---

# 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://manual.microbial-genomes.org/part2/input.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.
