Rosetta
Classes | Functions | Variables
homodimer_maker.cc File Reference

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::Realxyz_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")
 

Detailed Description

Takes a found exposed beta strand and tries to make the starting file for a symmetric homodimer.

Author
Ben Stranges

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ xyz_center_vector()

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().

Variable Documentation

◆ E_cutoff

RealOptionKey const E_cutoff("E_cutoff") ( "E_cutoff"  )

Referenced by HDmakerMover::HDmakerMover(), and main().

◆ sheet_start

IntegerOptionKey const sheet_start("sheet_start") ( "sheet_start"  )

◆ sheet_stop

IntegerOptionKey const sheet_stop("sheet_stop") ( "sheet_stop"  )

Referenced by HDmakerMover::HDmakerMover(), and main().

◆ struct_file

StringOptionKey const struct_file("struct_file") ( "struct_file"  )

Referenced by HDmakerMover::apply(), and main().

◆ TR

basic::Tracer TR("apps.public.beta_strand_homodimer_design.homodimer_maker") ( "apps.public.beta_strand_homodimer_design.homodimer_maker"  )
static

◆ window_size

IntegerOptionKey const window_size("window_size") ( "window_size"  )

Referenced by HDmakerMover::apply(), and main().