You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/pypangraph/tutorial1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ print(graph)
18
18
19
19
## The components of a graph
20
20
21
-
As explained in the [introduction](index.md#what-is-a-pangenome-graph), a pangenome graph is composed of three main components: nodes, blocks and paths.
21
+
As explained in the [tutorial](../tutorial/tutorial_1.md#what-is-a-pangraph), a pangenome graph is composed of three main components: nodes, blocks and paths.
22
22
23
23
-**Blocks** encode multiple sequence alignments that group together homologous parts of the input genomes.
24
24
-**Paths** are representation of the input genomes as a sequences of blocks. More precisely, as sequence of **nodes**.
0 commit comments