|
Rosetta
|
Namespaces | |
| build_restypes | |
Variables | |
| build_restypes.restype = sys.argv[1] | |
| string | build_restypes.inpfile = "../centroid/residue_types/" + restype + ".params" |
| string | build_restypes.outfile = "residue_types/" + restype + ".params" |
| dictionary | build_restypes.ideal_dat_map |
| dictionary | build_restypes.nbr_radius_map |
| build_restypes.inp = open(inpfile,'r') | |
| build_restypes.lines = inp.readlines() | |
| build_restypes.elem = line.split() | |