Home | Trees | Indices | Help |
|
---|
|
|
|||
|
__init__(self,
traj=None,
parm=None,
crd=None,
ref=None,
cast=0,
chains=None,
border=None,
split=0,
shift=0,
shuffle=0,
thin=None,
s=0,
e=None,
ss=0,
se=None,
step=1,
atoms=None,
heavy=0,
ex=[],
ex_n=0,
ex3=None,
ex1=None,
fit_s=None,
fit_e=None,
memsave=1,
**kw) Create Executor. |
||
|
prepare(self) Overrides Executor method. |
||
|
buildParm(self) Build amber topology. |
||
|
fit(self,
traj,
refModel=None,
mask=None,
conv=1e-6) Fit trajectory until convergence onto it's own average and then transform the average of all frames onto the reference. |
||
str, str
|
__splitFilenames(self,
f) Split file name: |
||
PDBModel
|
__cleanAtoms(self,
m) Remove non protein atoms and H if needed. |
||
PDBModel
|
__getModel(self,
f) Load PDBModel directly or extract it from Trajectory. |
||
PDBModel|Complex
|
prepareRef(self,
fname) Prepare reference model. |
||
[ int ]
|
__add3(self,
n_members,
excluded,
trippleIndex) Add a tripple of numbers from range( n_members ) to be excluded for error estimation. |
||
[ int ]
|
__add1(self,
n_members,
excluded,
index) Add one number from range( n_members ) to list of excluded indices |
||
EnsembleTraj
|
__exclude(self,
traj,
exclude) Exclude members from a (set of) Trajectory. |
||
EnsembleTraj OR (EnsembleTraj, EnsembleTraj )
|
__removeMembers(self,
t) Some individual trajectories may have to be excluded as outliers or for error estimation (depending on the parameters passed to AmberEntropist). |
||
EnsembleTraj OR (EnsembleTraj, EnsembleTraj )
|
prepareTraj(self,
fname,
ref=None,
cast=1) Prepare trajectory for Amber. |
||
Trajectroy
|
load_locked(self,
fname) wait with unpickling until another Entropist has finished. |
||
|
loadTraj(self,
fname,
shift=0) Load single trajectory. |
||
|
shiftTraj(self,
traj,
shift=0) reorder member trajectories |
||
|
shuffleTraj(self,
traj) reorder all frames at random |
||
|
castTraj(self,
traj,
refModel) Equalize atom content of traj to refModel. |
||
|
tripples(self,
lst,
n) Group items of lst into n tripples with minimal overlap. |
||
|
cleanup(self) Remove temporary files. |
||
|
finish(self) Called when done. |
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Create Executor. *name* must point to an existing program configuration unless *strict*=0. Executor will create a program input from the template and its own fields and put it into f_in. If f_in but no template is given, the unchanged f_in is used as input. If neither is given, the program is called without input. If a node is given, the process is wrapped in a ssh call. If *nice* != 0, the process is preceeded by nice. *cwd* specifies the working directory. By default, this setting is taken from the configuration file which defaults to the current working directory.
|
Overrides Executor method.
|
Build amber topology. |
Fit trajectory until convergence onto it's own average and then transform the average of all frames onto the reference.
|
Split file name: split(traj1.dat+traj2.dat) -> (traj1.dat, traj2.dat)
|
Remove non protein atoms and H if needed.
|
Load PDBModel directly or extract it from Trajectory.
|
Prepare reference model.
|
Add a tripple of numbers from range( n_members ) to be excluded for error estimation. Tripples are chosen to have minimal overlap. For 10 trajectories (*n_members*=10), the first 3 tripples will be (1,2,3), (4,5,6), (7,8,9).
|
Add one number from range( n_members ) to list of excluded indices
|
Exclude members from a (set of) Trajectory.
|
Some individual trajectories may have to be excluded as outliers or for error estimation (depending on the parameters passed to AmberEntropist).
|
Prepare trajectory for Amber.
|
wait with unpickling until another Entropist has finished.
|
Load single trajectory. |
reorder member trajectories |
reorder all frames at random |
Equalize atom content of traj to refModel. |
Group items of lst into n tripples with minimal overlap. |
Remove temporary files.
|
Called when done.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:51 2007 | http://epydoc.sourceforge.net |