Rosetta
|
Functions | |
def | examine_interval (i, j, path_distance, min, max, step, mmljet) |
Variables | |
mmljet = core.scoring.mm.MMLJEnergyTable() | |
mmljs = core.scoring.mm.MMLJScore() | |
step | |
rep1 | |
atr1 | |
drep1 | |
datr1 | |
rep2 | |
atr2 | |
drep2 | |
datr2 | |
tuple | ndrep = (rep2 - rep1) / step |
tuple | ndatr = (atr2 - atr1) / step |
tuple | drep = (drep1 + drep2) / 2 |
tuple | datr = (datr1 + datr2) / 2 |
def test_mm_lj.examine_interval | ( | i, | |
j, | |||
path_distance, | |||
min, | |||
max, | |||
step, | |||
mmljet | |||
) |
test_mm_lj.atr1 |
test_mm_lj.atr2 |
test_mm_lj.datr1 |
test_mm_lj.datr2 |
test_mm_lj.drep1 |
test_mm_lj.drep2 |
test_mm_lj.mmljet = core.scoring.mm.MMLJEnergyTable() |
test_mm_lj.mmljs = core.scoring.mm.MMLJScore() |
test_mm_lj.rep1 |
test_mm_lj.rep2 |