Skip to content

Commit c63d058

Browse files
Merge pull request #167 from neherlab/docs-update
2 parents 99e327d + 2f02dd2 commit c63d058

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
> a bioinformatic toolkit to align large sets of closely related genomes into a graph data structure
88
9-
> [!WARNING]
10-
> Pangraph is currently undergoing a major migration between v0 and v1. In this short transition period links and documentation may be inconsistent.
11-
129
## Overview
1310

1411
**pangraph** provides a command line interface to find homology amongst large collections of closely related genomes.

docs/docs/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ sidebar_position: 1
44

55
# Introduction to Pangraph
66

7-
:::danger[Under construction 👷]
8-
9-
Pangraph is currently under heavy development. Bugs and crashes are to be expected.
10-
11-
:::
12-
137
**PanGraph** is a command-line tool for the analysis of bacterial genomes. It compresses multiple genome in a compact **graph representation**, that can be queried to extract information about the evolution of the genomes. It is developed and maintained by [the Neher lab](https://www.biozentrum.unibas.ch/about/administration/administration-a-z/overview/unit/research-group-richard-neher).
148

159
## Why Pangraph?

docs/docs/tutorial/t05-example-plasmid-rearrangements.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ This produces a version[^1] where we can see the different 'walks' taken through
8181

8282
![img](../assets/UVA01_plasmids_visualization.png)
8383

84+
:::note
85+
86+
To align all paths to a common _anchor_ block, the script requires that at least one _core_ block is present in all plasmids exactly once. In this example the anchor block is block _b_ (magenta).
87+
88+
:::
89+
8490
Note that the plasmids are circular: in the linear representation, in two cases block 'a' appears on the left rather than on the right, but the structure is identical.
8591

8692
[^1]: your version will probably be different due to the random layout chosen by Bandage. You can always rerun the Bandage command multiple times until you get a nice result.

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"typecheck": "tsc"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "3.7.0",
20-
"@docusaurus/preset-classic": "3.7.0",
21-
"@docusaurus/theme-mermaid": "3.7.0",
19+
"@docusaurus/core": "^3.8.1",
20+
"@docusaurus/preset-classic": "^3.8.1",
21+
"@docusaurus/theme-mermaid": "^3.8.1",
2222
"@easyops-cn/docusaurus-search-local": "^0.48.5",
2323
"@mdx-js/react": "^3.0.0",
2424
"clsx": "^2.0.0",
@@ -29,9 +29,9 @@
2929
"remark-math": "^6.0.0"
3030
},
3131
"devDependencies": {
32-
"@docusaurus/module-type-aliases": "3.7.0",
33-
"@docusaurus/tsconfig": "3.7.0",
34-
"@docusaurus/types": "3.7.0",
32+
"@docusaurus/module-type-aliases": "^3.8.1",
33+
"@docusaurus/tsconfig": "^3.8.1",
34+
"@docusaurus/types": "^3.8.1",
3535
"prettier": "^3.3.3",
3636
"typescript": "~5.5.2",
3737
"vitest": "^3.0.5"

0 commit comments

Comments
 (0)