|
Rosetta
|
analyse sets of structures More...
#include <devel/init.hh>#include <core/types.hh>#include <protocols/toolbox/DecoySetEvaluation.hh>#include <protocols/toolbox/Cluster.hh>#include <protocols/toolbox/Cluster.impl.hh>#include <core/io/silent/SilentFileData.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 <utility/file/FileName.hh>#include <basic/options/keys/in.OptionKeys.gen.hh>#include <basic/options/keys/cluster.OptionKeys.gen.hh>#include <ObjexxFCL/FArray1D.hh>#include <string>#include <utility/excn/EXCN_Base.hh>Go to the source code of this file.
Functions | |
| static THREAD_LOCAL basic::Tracer | tr ("main") |
| void | register_options () |
| void | read_input_weights (FArray1D_double &weights, Size natoms) |
| void | read_structures (SilentFileData &sfd, DecoySetEvaluation &ensemble) |
| 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
Definition in file fast_clustering.cc.
=============================== MAIN ============================================================
Definition at line 127 of file fast_clustering.cc.
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().
| void read_input_weights | ( | FArray1D_double & | weights, |
| Size | natoms | ||
| ) |
Definition at line 74 of file fast_clustering.cc.
References test.G200_Module_Region::loops, name, option, utility::options::OptionKeys::options::user, utility_exit_with_message, and test.T200_Scoring::weights.
Referenced by run().
| void read_structures | ( | SilentFileData & | sfd, |
| DecoySetEvaluation & | ensemble | ||
| ) |
Definition at line 88 of file fast_clustering.cc.
References basic::Tracer::Debug, option, options, basic::options::silent, tr(), utility::options::OptionKeys::options::user, and utility_exit_with_message.
Referenced by run().
| void register_options | ( | ) |
Definition at line 64 of file fast_clustering.cc.
References ContactMap::native, NEW_OPT, OPT, options, and basic::options::silent.
Referenced by main().
| void run | ( | ) |
Definition at line 102 of file fast_clustering.cc.
References option, read_input_weights(), read_structures(), and test.T200_Scoring::weights.
Referenced by main().
|
static |
Referenced by read_structures().
1.8.7