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: README.md
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# LightDock-Rust
2
2
3
-
A Rust implementation of the [LightDock](https://lightdock.org) macromolecular software with the DFIRE scoring function.
3
+
A Rust implementation of the [LightDock](https://lightdock.org) macromolecular software with the DFIRE and DNA scoring functions.
4
4
5
5
## Installation
6
6
1. Clone this repository:
@@ -24,7 +24,7 @@ Several examples can be found in the `example` folder.
24
24
|:---------------------------|
25
25
| You may set an environment variable `LIGHTDOCK_DATA` to point to the data folder included in this repository to avoid copying it: `export LIGHTDOCK_DATA=/path/to/lightdock-rust/data`|
26
26
27
-
### 1k4c
27
+
### 1k4c (Membrane docking)
28
28
29
29
```
30
30
cd example/1k4c
@@ -38,7 +38,7 @@ user 3m52.550s
38
38
sys 0m0.717s
39
39
```
40
40
41
-
### 1ppe
41
+
### 1ppe (protein docking)
42
42
43
43
```
44
44
cd example/1ppe
@@ -52,7 +52,7 @@ user 0m9.640s
52
52
sys 0m0.271s
53
53
```
54
54
55
-
### 2uuy
55
+
### 2uuy (protein docking)
56
56
57
57
```
58
58
cd example/2uuy
@@ -66,7 +66,7 @@ user 0m17.123s
66
66
sys 0m0.621s
67
67
```
68
68
69
-
### 1czy
69
+
### 1czy (protein-peptide docking)
70
70
71
71
```
72
72
cd example/1czy
@@ -80,3 +80,16 @@ user 0m19.692s
80
80
sys 0m1.070s
81
81
```
82
82
83
+
### 1azp (protein-nucleic docking)
84
+
85
+
```
86
+
cd example/1azp
87
+
time ../../target/release/lightdock-rust setup.json initial_positions_0.dat 100 dna
0 commit comments