/ . / Morph / SieveFit.py
Functions
|
|
|
fitResidues
|
fitResidues (
rList0,
rList1,
fraction=0.5,
)
sieveFitModels takes two lists of corresponding residues
and identifies the fraction of the residues that produce
the minimum RMSD.
|
|
sieve
|
sieve ( aList0, aList1 )
|
|
fitModels
|
fitModels (
m0,
m1,
fraction=0.5,
)
sieveFitModels takes two conformers and identifies the
fraction of the residues that produce the minimum RMSD.
Exceptions
|
|
ValueError, "models are not conformers"
|
|
|
|