| 
    Rosetta
    
   | 
 
Namespaces | |
| erraser_single_res_analysis | |
Functions | |
| def | erraser_single_res_analysis.find_chi_angle_std_pdb (input_pdb, res_find) | 
| def | erraser_single_res_analysis.syn_anti_check (chi) | 
| def | erraser_single_res_analysis.extract_info (pdb, res, name) | 
Variables | |
| erraser_single_res_analysis.file_path = os.path.split( os.path.abspath(__file__) ) [0] | |
| erraser_single_res_analysis.prefix = parse_options( sys.argv, 'prefix', '' ) | |
| erraser_single_res_analysis.res = parse_options( sys.argv, 'res', '' ) | |
| erraser_single_res_analysis.outfile = parse_options( sys.argv, 'out', 'erraser_single_res.analysis' ) | |
| list | erraser_single_res_analysis.data = [] | 
| erraser_single_res_analysis.pdb_list = sorted( glob.glob( prefix + '_*.pdb') ) | |
| int | erraser_single_res_analysis.pdb_id = 0 | 
| int | erraser_single_res_analysis.start_min_score = 0 | 
| string | erraser_single_res_analysis.name = 'start_min' | 
| erraser_single_res_analysis.out = open(outfile, 'w') | |
| string | erraser_single_res_analysis.score = '%9.1f' % (i[1][-1] - start_min_score) |