Rosetta  2017.29
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
erraser_single_res_analysis Namespace Reference

Functions

def find_chi_angle_std_pdb
 
def syn_anti_check
 
def extract_info
 

Variables

tuple file_path = os.path.split( os.path.abspath(__file__) )
 
tuple prefix = parse_options( sys.argv, 'prefix', '' )
 
tuple res = parse_options( sys.argv, 'res', '' )
 
tuple outfile = parse_options( sys.argv, 'out', 'erraser_single_res.analysis' )
 
list data = []
 
tuple pdb_list = sorted( glob.glob( prefix + '_*.pdb') )
 
int pdb_id = 0
 
int start_min_score = 0
 
string name = 'start_min'
 
tuple out = open(outfile, 'w')
 
string score = '%9.1f'
 

Function Documentation

def erraser_single_res_analysis.extract_info (   pdb,
  res,
  name 
)
def erraser_single_res_analysis.find_chi_angle_std_pdb (   input_pdb,
  res_find 
)
def erraser_single_res_analysis.syn_anti_check (   chi)

Referenced by extract_info().

Variable Documentation

list erraser_single_res_analysis.data = []
tuple erraser_single_res_analysis.file_path = os.path.split( os.path.abspath(__file__) )
string erraser_single_res_analysis.name = 'start_min'
tuple erraser_single_res_analysis.out = open(outfile, 'w')
tuple erraser_single_res_analysis.outfile = parse_options( sys.argv, 'out', 'erraser_single_res.analysis' )
int erraser_single_res_analysis.pdb_id = 0
tuple erraser_single_res_analysis.pdb_list = sorted( glob.glob( prefix + '_*.pdb') )
tuple erraser_single_res_analysis.prefix = parse_options( sys.argv, 'prefix', '' )
tuple erraser_single_res_analysis.res = parse_options( sys.argv, 'res', '' )
string erraser_single_res_analysis.score = '%9.1f'
list erraser_single_res_analysis.start_min_score = 0