Rosetta
|
#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/kinematics/MoveMap.hh>
#include <protocols/ncbb/util.hh>
#include <protocols/rigid/RigidBodyMover.hh>
#include <protocols/residue_optimization/MetapatchEnumeration.hh>
#include <core/chemical/ChemicalManager.hh>
#include <utility/vector1.functions.hh>
#include <protocols/pose_metric_calculators/PackstatCalculator.hh>
#include <devel/init.hh>
#include <basic/options/util.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/Tracer.hh>
#include <string>
#include <sstream>
Namespaces | |
metapatch | |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static basic::Tracer | TR ("test_metapatch") |
IntegerOptionKey const | metapatch::first_ligand_res ("metapatch::first_ligand_res") |
IntegerOptionKey const | metapatch::last_ligand_res ("metapatch::last_ligand_res") |
IntegerOptionKey const | metapatch::scoring_mode ("metapatch::scoring_mode") |
RealOptionKey const | metapatch::score_threshold ("metapatch::score_threshold") |
IntegerOptionKey const | metapatch::top_n ("metapatch::top_n") |
BooleanOptionKey const | metapatch::also_pack ("metapatch::also_pack") |
RealOptionKey const | metapatch::taboo_threshold ("metapatch::taboo_threshold") |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References metapatch::also_pack, utility::arg_greatest_several(), utility::arg_least_several(), argv, test.T009_Exceptions::e, metapatch::first_ligand_res, create_a3b_hbs::i, create_a3b_hbs::ii, basic::init(), metapatch::last_ligand_res, beta_nonlocal::mm, SmotifHasher::mode, option, vancomycin::pack, beta_nonlocal::pose, pyrosetta.distributed.io::pose_from_file, pna::resi, basic::options::OptionKeys::in::file::residue_type_set, beta_nonlocal::rts, in::file::s(), beta_nonlocal::score_fxn, metapatch::score_threshold, metapatch::scoring_mode, metapatch::taboo_threshold, revert_app::threshold, metapatch::top_n, TR, and value.
|
static |
Referenced by main().