Skip to content

Commit 769cf5e

Browse files
committed
remove unused pointers to figure
1 parent 9c760ea commit 769cf5e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/tutorial_1.1.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ In practice, to build graphs by hand in the GUI:
3838
**Figure 2**: Graph viewer panel. The red arrow indicates the button to click to import a space of building blocks.
3939

4040
3. In the resulting window, define the four components highlighted in Figure 3. Use the `Browse` button on the right-hand part of each component's line to navigate the file system and select the following files from the unzipped [downloaded dataset](header-dataset):
41-
* `exercise_1.1/lib_scaffolds.sdf` as library of vertices with Scaffold role (1),
42-
* `exercise_1.1/lib_fragments.sdf` as library of vertices with no specific role (2),
43-
* `exercise_1.1/lib_capping-groups.sdf` as the library of vertices with role of Capping Group (3),
44-
* `exercise_1.1/compatibility_matrix.par` as the file with the compatibility matrix (4). This files contains the rules that control how building blocks are put together.
41+
* `exercise_1.1/lib_scaffolds.sdf` as library of vertices with Scaffold role,
42+
* `exercise_1.1/lib_fragments.sdf` as library of vertices with no specific role,
43+
* `exercise_1.1/lib_capping-groups.sdf` as the library of vertices with role of Capping Group,
44+
* `exercise_1.1/compatibility_matrix.par` as the file with the compatibility matrix. This files contains the rules that control how building blocks are put together.
4545
The rest of the parameters can be ignored in this tutorial.
4646

4747
![figures/graph_paramsBBSpace.png](figures/graph_paramsBBSpace.png)
@@ -80,4 +80,6 @@ In practice, to build graphs by hand in the GUI:
8080

8181
11. At any point you can click on `Save Changes` to trigger the conversion of the graph into a molecular representation that is displayed in the lower part of the left-hand side of the graph viewer panel.
8282

83+
12.
84+
8385
<div style="background-color: #e7f3fe; border-left: 6px solid #2196F3; margin-bottom: 15px; padding: 4px 12px;"><b>NOTE:</b> This tutorial shown how to build a graph manually. The process is similar to what occurs during automated construction of graphs with the difference that any decision taken by the used in this manual procedure is taken by the computed according to a probabilities that can be controlled by input parameters.</div>

0 commit comments

Comments
 (0)