Rosetta
|
Functions | |
def | collect_xyz (location) |
def | append_to_pdb (data, input_pdb, output_pdb) |
def | get_dist (pt1, pt2) |
def | select_area (data, pts, dist) |
def | output_lego_names (data) |
Variables | |
list | pts = [[-30.3,23.11,-67.800],[-31.900,20.17,-62.5],[-26.100,34.050,-78.800]] |
def | data = collect_xyz("results") |
int | dist = 10 |
def | limited_data = select_area(data,pts,10) |
def add_xyz_to_pose.append_to_pdb | ( | data, | |
input_pdb, | |||
output_pdb | |||
) |
References pyrosetta.tests.distributed.test_dask.format, and basic::database.open().
def add_xyz_to_pose.collect_xyz | ( | location | ) |
def add_xyz_to_pose.get_dist | ( | pt1, | |
pt2 | |||
) |
References return.
Referenced by calculate_distances(), main(), and select_area().
def add_xyz_to_pose.output_lego_names | ( | data | ) |
References pyrosetta.tests.distributed.test_dask.format, and print().
def add_xyz_to_pose.select_area | ( | data, | |
pts, | |||
dist | |||
) |
References get_dist(), if(), print(), and return.
def add_xyz_to_pose.data = collect_xyz("results") |
int add_xyz_to_pose.dist = 10 |
def add_xyz_to_pose.limited_data = select_area(data,pts,10) |
list add_xyz_to_pose.pts = [[-30.3,23.11,-67.800],[-31.900,20.17,-62.5],[-26.100,34.050,-78.800]] |