![]() |
Rosetta
3.7
|
analyse sets of structures More...
#include <protocols/moves/Mover.hh>#include <core/pose/Pose.hh>#include <devel/init.hh>#include <core/types.hh>#include <core/chemical/ChemicalManager.hh>#include <protocols/jd2/JobDistributor.hh>#include <protocols/jd2/NoOutputJobOutputter.hh>#include <protocols/jd2/SilentFileJobInputter.hh>#include <protocols/toolbox/DecoySetEvaluation.hh>#include <protocols/toolbox/superimpose.hh>#include <protocols/loops/Loop.hh>#include <protocols/loops/Loops.hh>#include <protocols/loops/LoopsFileIO.hh>#include <basic/options/option_macros.hh>#include <utility/io/ozstream.hh>#include <utility/vector1.hh>#include <basic/Tracer.hh>#include <utility/exit.hh>#include <basic/options/keys/in.OptionKeys.gen.hh>#include <basic/options/keys/out.OptionKeys.gen.hh>#include <ObjexxFCL/FArray1D.hh>#include <string>#include <core/import_pose/import_pose.hh>#include <utility/excn/EXCN_Base.hh>Classes | |
| class | RmsfMover |
| class | FitMover |
Typedefs | |
| typedef utility::pointer::shared_ptr < RmsfMover > | RmsfMoverOP |
| typedef utility::pointer::shared_ptr < RmsfMover const > | RmsfMoverCOP |
| typedef utility::pointer::shared_ptr < FitMover > | FitMoverOP |
Functions | |
| static THREAD_LOCAL basic::Tracer | tr ("main") |
| void | register_options () |
| void | read_structures (RmsfMoverOP rmsf_tool) |
| core::Size | read_input_weights (FArray1D_double &weights, Size natoms) |
| Size | superimpose (DecoySetEvaluation &eval, utility::vector1< Real > &rmsf_result, FArray1D_double &weights) |
| core::Real | round (core::Real d, core::Size digits) |
| void | run () |
| int | main (int argc, char *argv[]) |
| =============================== MAIN ============================================================ More... | |
analyse sets of structures
This tool allows to superimpose structures using the wRMSD method [ Damm&Carlson, Biophys J (2006) 90:4558-4573 ]
Superimposed structures can be written as output pdbs and the converged residues can be determined
| typedef utility::pointer::shared_ptr< FitMover > FitMoverOP |
| typedef utility::pointer::shared_ptr< RmsfMover const > RmsfMoverCOP |
| typedef utility::pointer::shared_ptr< RmsfMover > RmsfMoverOP |
=============================== MAIN ============================================================
References utility::io::oc::cerr, utility::io::oc::cout, devel::init(), utility::excn::EXCN_Base::msg(), register_options(), run(), and utility::excn::EXCN_Base::show().
| core::Size read_input_weights | ( | FArray1D_double & | weights, |
| Size | natoms | ||
| ) |
| void read_structures | ( | RmsfMoverOP | rmsf_tool | ) |
Referenced by run().
| void register_options | ( | ) |
References basic::options::OptionKeys::cp::cutoff, basic::options::OptionKeys::in::in, in::file::native(), NEW_OPT, OPT, options, basic::options::OptionKeys::canonical_sampling::out::out, out::pdb(), basic::options::OptionKeys::AnchoredDesign::rmsd, in::file::s(), in::file::silent(), and basic::options::OptionKeys::loops::ccd::tolerance.
Referenced by main().
| core::Real round | ( | core::Real | d, |
| core::Size | digits | ||
| ) |
Referenced by toolbox.cleaning::cleanCRYS(), pyrosetta.toolbox.cleaning::cleanCRYS(), toolbox::cleanCRYS(), pyrosetta.toolbox::cleanCRYS(), mp_ddG::compute_ddG(), predict_ddG::compute_ddG(), app.pyrosetta_toolkit.modules.ScoreAnalysis.ScoreAnalysis::get_top_scoring_by_percent(), best_ifaceE::main(), prune_atdiff_top5pct::main(), pyrosetta::output_scorefile(), src::output_scorefile(), mp_ddG::print_ddG_breakdown(), predict_ddG::print_ddG_breakdown(), utility::round(), and run().
| void run | ( | ) |
References basic::options::OptionKeys::cp::cutoff, basic::Tracer::Info, basic::options::OptionKeys::jd2::jd2, basic::options::OptionKeys::cluster::loops, in::file::native(), test.Workshop7test::native_pose, option, options, basic::options::OptionKeys::canonical_sampling::out::out, out::pdb(), read_input_weights(), read_structures(), basic::options::OptionKeys::in::file::residue_type_set, basic::options::OptionKeys::rigid::rigid, basic::options::OptionKeys::AnchoredDesign::rmsd, round(), superimpose(), tr(), basic::options::OptionKeys::inout::dbms::user, and basic::options::OptionKeys::optE::weights.
Referenced by main().
| Size superimpose | ( | DecoySetEvaluation & | eval, |
| utility::vector1< Real > & | rmsf_result, | ||
| FArray1D_double & | weights | ||
| ) |
References option, and basic::options::OptionKeys::loops::ccd::tolerance.
Referenced by run().
|
static |
Referenced by run().
1.8.7