Skip to content

Commit 7c67686

Browse files
author
Oliver Scott
committed
Updated README
1 parent 2e49667 commit 7c67686

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
[Features](https://github.com/UCLCheminformatics/ScaffoldGraph#features) |
1818
[Installation](https://github.com/UCLCheminformatics/ScaffoldGraph#installation) |
1919
[Quick-start](https://github.com/UCLCheminformatics/ScaffoldGraph#quick-start) |
20+
[Examples](https://github.com/UCLCheminformatics/ScaffoldGraph/tree/master/examples) |
2021
[Contributing](https://github.com/UCLCheminformatics/ScaffoldGraph#contributing) |
2122
[References](https://github.com/UCLCheminformatics/ScaffoldGraph#references) |
2223
[Citation](https://github.com/UCLCheminformatics/ScaffoldGraph#citation)
@@ -87,7 +88,7 @@ __Warning__: rdkit cannot be installed with pip, so must be installed through [o
8788

8889
### CLI usage
8990

90-
The ScaffoldGraph CLI is almost analagous to SNG consisting of a two step process (Generate --> Aggregate).
91+
The ScaffoldGraph CLI is almost analogous to SNG consisting of a two step process (Generate --> Aggregate).
9192

9293
ScaffoldGraph can be invoked from the command-line using the following command:
9394

@@ -224,6 +225,9 @@ Where "command" is one of: tree, network, hiers, aggregate or select.
224225
ScaffoldGraph makes it simple to construct a graph using the library API.
225226
The resultant graphs follow the same API as a NetworkX DiGraph.
226227

228+
Some [example](https://github.com/UCLCheminformatics/ScaffoldGraph/tree/master/examples)
229+
notebooks can be found in the 'examples' directory.
230+
227231
```python
228232
import scaffoldgraph as sg
229233

0 commit comments

Comments
 (0)