File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ A Rust implementation of the [LightDock](https://lightdock.org) macromolecular s
18
18
19
19
## Examples
20
20
21
- Several examples can be found in the ` examples ` folder.
21
+ Several examples can be found in the ` example ` folder.
22
22
23
23
### 1k4c
24
24
25
25
```
26
- cd examples /1k4c
26
+ cd example /1k4c
27
27
time ../../target/release/lightdock-rust setup.json initial_positions_0.dat 100
28
28
29
29
...
@@ -36,7 +36,7 @@ sys 0m1.595s
36
36
### 1ppe
37
37
38
38
```
39
- cd examples /1ppe
39
+ cd example /1ppe
40
40
time ../../target/release/lightdock-rust setup_1ppe.json initial_positions_0.dat 100
41
41
42
42
...
@@ -49,7 +49,7 @@ sys 0m0.484s
49
49
### 2uuy
50
50
51
51
```
52
- cd examples /2uuy
52
+ cd example /2uuy
53
53
time ../../target/release/lightdock-rust setup.json initial_positions_0.dat 100
54
54
55
55
...
You can’t perform that action at this time.
0 commit comments