|
Rosetta
|
Takes a found exposed beta strand and tries to make the starting file for a symmetric homodimer. More...
#include <devel/init.hh>#include <numeric/xyzVector.io.hh>#include <numeric/xyzVector.hh>#include <core/pose/Pose.hh>#include <core/conformation/Residue.hh>#include <core/conformation/Atom.hh>#include <core/pose/PDBInfo.hh>#include <core/scoring/ScoreFunction.hh>#include <core/scoring/ScoreFunctionFactory.hh>#include <core/scoring/hbonds/HBondSet.hh>#include <core/scoring/hbonds/hbonds.hh>#include <core/conformation/Conformation.hh>#include <core/scoring/ScoringManager.hh>#include <core/scoring/methods/EnergyMethodOptions.hh>#include <core/scoring/EnergyMap.hh>#include <core/scoring/etable/EtableEnergy.hh>#include <protocols/rigid/RigidBodyMover.hh>#include <protocols/rigid/RollMover.hh>#include <protocols/moves/Mover.hh>#include <protocols/moves/StructureRestrictor.hh>#include <basic/options/option.hh>#include <basic/options/keys/run.OptionKeys.gen.hh>#include <basic/options/keys/jd2.OptionKeys.gen.hh>#include <basic/options/keys/score.OptionKeys.gen.hh>#include <protocols/jd2/JobDistributor.hh>#include <protocols/jd2/Job.fwd.hh>#include <basic/Tracer.hh>#include <utility/file/FileName.hh>#include <sstream>#include <iostream>#include <string>#include <utility/vector1.hh>#include <utility/excn/Exceptions.hh>Classes | |
| class | HDmakerMover |
Functions | |
| numeric::xyzVector< core::Real > | xyz_center_vector (numeric::xyzVector< core::Real > const &a, numeric::xyzVector< core::Real > const &b) |
| int | main (int argc, char *argv[]) |
Variables | |
| static basic::Tracer | TR ("apps.public.beta_strand_homodimer_design.homodimer_maker") |
| IntegerOptionKey const | window_size ("window_size") |
| IntegerOptionKey const | sheet_start ("sheet_start") |
| IntegerOptionKey const | sheet_stop ("sheet_stop") |
| RealOptionKey const | E_cutoff ("E_cutoff") |
| StringOptionKey const | struct_file ("struct_file") |
Takes a found exposed beta strand and tries to make the starting file for a symmetric homodimer.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| numeric::xyzVector< core::Real > xyz_center_vector | ( | numeric::xyzVector< core::Real > const & | a, |
| numeric::xyzVector< core::Real > const & | b | ||
| ) |
References a, and compute_difference::b.
Referenced by HDmakerMover::apply().
| RealOptionKey const E_cutoff("E_cutoff") | ( | "E_cutoff" | ) |
Referenced by HDmakerMover::HDmakerMover(), and main().
| IntegerOptionKey const sheet_start("sheet_start") | ( | "sheet_start" | ) |
Referenced by HDmakerMover::apply(), HDmakerMover::HDmakerMover(), and main().
| IntegerOptionKey const sheet_stop("sheet_stop") | ( | "sheet_stop" | ) |
Referenced by HDmakerMover::HDmakerMover(), and main().
| StringOptionKey const struct_file("struct_file") | ( | "struct_file" | ) |
Referenced by HDmakerMover::apply(), and main().
|
static |
Referenced by HDmakerMover::apply(), HDmakerMover::bb_score(), and main().
| IntegerOptionKey const window_size("window_size") | ( | "window_size" | ) |
Referenced by HDmakerMover::apply(), and main().