From 9cc5fdb5765840230a4b9f7feef1edceda56b04f Mon Sep 17 00:00:00 2001 From: msarrias Date: Tue, 12 Nov 2024 12:36:10 +0100 Subject: [PATCH] fixed bug in tutorial --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 906f4f9..68324de 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -95,7 +95,7 @@ Now, let’s visualize the expansion graph for the DAZ1 gene. Nodes represent co **Step 2: Visualize the gene structure** -The `draw_gene_structure` method uses the `[dna_features_viewer]`(https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/) library to illustrate the positions of expansion events within the gene, along with the coding exons it comprises. +The `draw_gene_structure` method uses the [dna_features_viewer](https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/) library to illustrate the positions of expansion events within the gene, along with the coding exons it comprises. First, we need to parse the gene hierarchy dictionary (found in the exonize output directory) to obtain the gene structure: