Rosetta
|
Variables | |
fin_names = sys.argv[1:] | |
fin = open(fin_name) | |
string | ext = "pdb" |
string | fout_name = fin_name[:-4] + "_val2thr" + fin_name[-4:] |
fout = open(fout_name, 'w') | |
bool | on_val = False |
res = line[17:20] | |
atom = line[12:16] | |
string | newline = line[:12] + atom + " " + res + line[20:] |
string val2thr.atom = line[12:16] |
Referenced by Sasa.apply(), backrub_min_test(), PairDistance.calc_rsd_sasa(), calc_sasa(), apps::pilot::SampleSecondaryStructureAlignmentMover.center_of_mass(), cl_score(), ClosabilityScore.closability_score(), dump_efactor_pdb(), dump_pose_diff(), MPInterfaceStatistics.get_inout_orientation(), get_models(), get_radius(), main(), output_packstat_pdb(), print_node(), print_tree(), rebuild(), reroot_restype(), run_parallel_docking(), UniformPerturber.set_pose_after_closure(), test_actcoord(), transform_pose(), tweak_coords(), use_in_rmsd(), and use_in_rmsd_offset().
string val2thr.ext = "pdb" |
val2thr.fin = open(fin_name) |
Referenced by numeric::fourier.kiss_fft(), numeric::fourier.kiss_fft_stride(), numeric::fourier.kiss_fftnd(), and main().
val2thr.fin_names = sys.argv[1:] |
string val2thr.fout_name = fin_name[:-4] + "_val2thr" + fin_name[-4:] |
Referenced by ScoreFunctionFingerprintMover.apply(), detail.parse_chrono_format(), and readline().
bool val2thr.on_val = False |
string val2thr.res = line[17:20] |