wsmr-worked.md
... ...
@@ -0,0 +1,39 @@
1
+# Data Processing after WS-MR
2
+
3
+## 1 Verify Results for Search Models
4
+The first follow-up step for a search model resulting from WSMR is to repeat MR locally. To download one of the search models; first click the "Load Top 100 Hits" button, click one of the yellow circles in the resulting plot, and then use the download link for the model.
5
+
6
+A typical input deck (`MR01.in` for this example) for `phaser` would look something like this (with the paths to your input `MTZ` and `PDB` files adjusted appropriately):
7
+
8
+ ROOT MR01
9
+ MODE MR_AUTO
10
+ HKLIn reflections.mtz
11
+ LABIn F=FP SIGF=SIGFP
12
+ ENSEmble SearchModel PDB model.pdb IDENtity 0.3
13
+ COMPosition PERCENTAGE 0.50
14
+ RESOlution HIGH 3.1
15
+ SEARch ENSEmble SearchModel NUM 1
16
+ SGALternative SELECT ALL
17
+
18
+This can be run with versions of `phaser` distributed with `CCP4` or `PHENIX` (with `phaser < MR01.in > MR01.out` or `phenix.phaser < MR01.in > MR01.out` respectively). The statistics (LLG and Z-scores) from local runs may differ due to differences in `phaser` versions.
19
+
20
+The `SGALternative` card is only necessary if you're checking alternative space-groups.
21
+
22
+## 2 Expand Search
23
+
24
+WSMR searches for a single copy of the search model - however there may be multiple copies of the model in the ASU. If so, the next step is the increase the `NUM` value for the `SEARch` card. When in doubt, it's better to set this too hight rather than too low - `phaser` will stop when unable to locate additional copies.
25
+
26
+## 3 Autobuild
27
+
28
+Once MR has been exhausted (no more copies of the search model can be placed), one possible next step is to use an autobuilder for an initial attempt to correct the sequence of the model.
29
+
30
+Using the `PHENIX` autobuilder:
31
+
32
+`phenix.autobuild reflections.mtz MR_Results.pdb project.fasta nproc=4 > AutoBuild01.out`
33
+
34
+The input model (`MR_Results.pdb`) for the autobuilder is the final result modeles from the initial or expanded MR search.
35
+
36
+The input `MTZ` file should be the original amplitudes (or intensities) used for searching, *not* the results from `phaser`. If phaser was run with the `SGALternative` card, make sure the spacegroup of this `MTZ` matches that of the search solutions.
37
+
38
+The `nproc=4` option should only be used if there are four (or more) available cores - when using the `rebuild_in_place` option, `phenix.autobuild` can't take advantage of more than 4 processors.
39
+