Rosetta
|
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/rotamer_recovery/RotamerRecoveryMover.hh>
#include <protocols/rotamer_recovery/RotamerRecovery.hh>
#include <protocols/rotamer_recovery/RotamerRecoveryFactory.hh>
#include <devel/init.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/packing.OptionKeys.gen.hh>
#include <basic/options/option_macros.hh>
#include <basic/Tracer.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pack/task/TaskFactory.hh>
#include <core/pack/task/operation/TaskOperations.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <utility/excn/EXCN_Base.hh>
#include <utility/excn/Exceptions.hh>
#include <utility/exit.hh>
#include <utility/vector0.hh>
#include <utility/vector1.hh>
#include <fstream>
Go to the source code of this file.
Functions | |
void | register_options () |
int | main (int argc, char *argv[]) |
Variables | |
static Tracer | TR ("apps.benchmark.scientific.rotamer_recovery") |
Definition at line 92 of file rotamer_recovery.cc.
References utility::io::oc::cout, basic::Tracer::Error, utility::options::OptionCollection::has(), devel::init(), utility::excn::EXCN_Base::msg(), basic::options::option, options, register_options(), sequence_recovery::rotamer_recovery, utility::excn::EXCN_Base::show(), basic::options::TR(), utility::options::OptionKeys::options::user, utility_exit, and value.
void register_options | ( | ) |
Definition at line 74 of file rotamer_recovery.cc.
References ContactMap::native, NEW_OPT, OPT, options, sequence_recovery::rotamer_recovery, app.pyrosetta_toolkit.modules.SQLPDB::s, and basic::options::silent.
|
static |
Referenced by PerformanceBenchmark::execute(), PerformanceBenchmark::executeAllBenchmarks(), PerformanceBenchmark::executeOneBenchmark(), main(), ScoreEachBenchmark::run(), ScoreEachBenchmark::run_long_ranged_two_body_energy(), ScoreEachBenchmark::run_one_body_energy(), ScoreEachBenchmark::run_short_ranged_two_body_energy(), and ScoreEachBenchmark::setUp().