Rosetta 3.3
|
#include <core/types.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/pose/Pose.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <protocols/init.hh>
#include <core/io/pdb/pose_io.hh>
#include <core/pack/task/TaskFactory.hh>
#include <core/pack/task/PackerTask.hh>
#include <core/pack/pack_rotamers.hh>
#include <basic/Tracer.hh>
#include <protocols/protein_interface_design/design_utils.hh>
#include <iostream>
#include <basic/options/option.hh>
#include <core/import_pose/import_pose.hh>
Namespaces | |
namespace | revert_app |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
StringOptionKey | revert_app::wt ("revert_app:wt") |
StringOptionKey | revert_app::design ("revert_app:design") |
IntegerOptionKey | revert_app::ddg_cycles ("revert_app:ddg_cycles") |
RealOptionKey | revert_app::threshold ("revert_app:threshold") |
BooleanOptionKey | revert_app::post_repack ("revert_app:post_repack") |
static basic::Tracer | TR ("apps.public.rosetta_scripts.revert_design_to_native") |
References revert_app::ddg_cycles, basic::Tracer::Debug, revert_app::design, utility::options::OptionKeys::options::exit, test::T200_Scoring::ii, src::init(), option, options, PyMOL_demo::pose, revert_app::post_repack, runtime_assert, PyMOL_demo::scorefxn, basic::options::OptionKeys::frags::scoring::scoring, revert_app::threshold, TR, and revert_app::wt.
basic::Tracer TR("apps.public.rosetta_scripts.revert_design_to_native") [static] |