examples/embuild.md
... ...
@@ -1,3 +1,16 @@
1
+
2
+## EMBuild 1.0 example
3
+
4
+http://huanglab.phys.hust.edu.cn/EMBuild/
5
+
6
+
7
+
8
+**STRIDE must be installed by user**
9
+
10
+The STRIDE program needed by EMBuild cannot be distributed with SBGrid. Users must download this themselves. An example is provided in the script below.
11
+
12
+
13
+```
1 14
#!/usr/bin/env bash
2 15
3 16
## SBGrid EMBuild example - EMD-0346
... ...
@@ -72,4 +85,6 @@ EMBuild 0346_MC.mrc init_chains.pdb 4.0 6N52_EMBuild.pdb
72 85
rearrangepdb 6N52_EMBuild.pdb 6N52_EMBuild_rearranged.pdb
73 86
74 87
EMBuild 0346_MC.mrc 6N52_EMBuild_rearranged.pdb 4.0 6N52_EMBuild_scored.pdb \
75
- --score -stride ${stride_path}
... ...
\ No newline at end of file
0
+ --score -stride ${stride_path}
1
+
2
+```
... ...
\ No newline at end of file