![]()  | 
  
    Rosetta
    2015.38
    
   | 
 
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 <ObjexxFCL/format.hh>#include <ObjexxFCL/string.functions.hh>#include <ostream>#include <algorithm>#include <string>#include <core/import_pose/import_pose.hh>#include <utility/excn/EXCN_Base.hh>#include <utility/excn/Exceptions.hh>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
=============================== 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().
| void read_input_weights | ( | FArray1D_double & | weights, | 
| Size | natoms | ||
| ) | 
| void read_structures | ( | SilentFileData & | sfd, | 
| DecoySetEvaluation & | ensemble | ||
| ) | 
References basic::Tracer::Debug, option, options, in::file::silent(), tr(), basic::options::OptionKeys::inout::dbms::user, and utility_exit_with_message.
Referenced by run().
| void register_options | ( | ) | 
References basic::options::OptionKeys::cluster::cluster, basic::options::OptionKeys::in::in, cluster::limit_cluster_size(), in::file::native(), NEW_OPT, OPT, options, and in::file::silent().
Referenced by main().
| void run | ( | ) | 
      
  | 
  static | 
Referenced by read_structures().
 1.8.7