# Alignment and variant detection: Practical

This module is dedicated to practicing alignment techniques. Here, you’ll apply what you’ve learned about aligning sequences to reference genomes and work hands-on with alignment tools and data formats like SAM/BAM.

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: Bowtie](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)

#### Materials

You can use the following files, which are similar to the examples presented in the video.&#x20;

For the alignment practice you can use the following **fastq** file and as a reference the **fasta** file

> \#Example fastq raw reads
>
> fastq/example.fastq&#x20;
>
> \#Example reference fasta files
>
> fasta/Sars\_cov\_2.fa

You can also independently review the example VCF files stored in the following folder. Additionally, there is [a page](https://www.ebi.ac.uk/training/online/courses/human-genetic-variation-introduction/variant-identification-and-analysis/understanding-vcf-format/) that explains the VCF data format in detail.

> vcf/


---

# 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://edu.abi.am/ngs-data-analysis-and-functional-genomics/genetic-variations-and-variant-calling/alignment-and-variant-detection-practical.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.
