forked from ratnerd0/odin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
odin_gameplan.txt
61 lines (35 loc) · 1.15 KB
/
odin_gameplan.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
IMMEDIATE:
(1) implement log_likehihood method using pymc for ExptData models
(2) test all methods in ExptData
(3) test implemented methods in model.py
To Do
-----
(1) Finish implementation of models.py
---> merge in potential.py
(2) implement odin file spec
(3) write master process
ODIN game plan
--------------
-- X-ray scattering
-- NMR
-- Drive OpenMM
Drive OpenMM
------------
(1) Implement or access the OpenMM API for an MC move
(2) Implement MC hooks into ODIN
(3) Generate a directory structure for keeping trajectory data around
(4) MySQL db for keeping track of trajectories, predictions from trajs, expt data
NMR
---
(1) Enumerate NMR experiments we might hope to predict, and find out what prediction methods exist to model those experiments.
-- Chemical shifts
-- J-couplings
-- RDCs
(2) Implement a program to acquire and parse available NMR datasets.
-- BMRB, etc.
(3) Acquire/implement prediction algorithms, along with a python interface.
(4) Plug that interface into ODIN ExptData classes.
X-ray Scattering
----------------
(1) Implement a KamSol program to speedily predict scattering patterns.
(2) Plug this into ExptData