# Alignment and Sequence Variation

The bioinformatics workflow for handling and for detecting sequence variations starts with the alignment of reads to the genome, followed by what we call variant calling.

To learn more about this topic, watch the following videos from [the Coursera course](https://www.coursera.org/learn/genomic-tools/home/welcome), and return here afterward:

1. [Alignment and Sequence Variation 1: Overview](https://www.coursera.org/learn/genomic-tools/lecture/KobfR/alignment-sequence-variation-1-overview)
2. [Alignment and Sequence Variation 2: Alignment and Variant Detection Tools](https://www.coursera.org/learn/genomic-tools/lecture/6DT1v/alignment-sequence-variation-2-alignment-variant-detection-tools)
3. [Alignment and Sequence Variation 3: VCF](https://www.coursera.org/learn/genomic-tools/lecture/pscrb/alignment-sequence-variation-3-vcf)
4. [Alignment and Sequence Variation 4: Bowie](https://www.coursera.org/learn/genomic-tools/lecture/aZDuX/alignment-sequence-variation-4-bowtie)
5. [Alignment and Sequence Variation 5: BWA](https://www.coursera.org/learn/genomic-tools/lecture/naE7a/alignment-sequence-variation-5-bwa)

## Congratulations!

If you made it here, then congratulations! You have successfully completed this section. Move to the next portion of the guide with the arrow buttons below.


---

# 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://docs.abi.am/abi-omicss-guide-2021/week-7/ngs/alignment-and-sequence-variation.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.
