Rosetta
Namespaces | Functions | Variables
add_xyz_to_pose.py File Reference

Namespaces

 add_xyz_to_pose
 

Functions

def add_xyz_to_pose.collect_xyz (location)
 
def add_xyz_to_pose.append_to_pdb (data, input_pdb, output_pdb)
 
def add_xyz_to_pose.get_dist (pt1, pt2)
 
def add_xyz_to_pose.select_area (data, pts, dist)
 
def add_xyz_to_pose.output_lego_names (data)
 

Variables

list add_xyz_to_pose.pts = [[-30.3,23.11,-67.800],[-31.900,20.17,-62.5],[-26.100,34.050,-78.800]]
 
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)