Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs | Functions
ensemble_analysis.cc File Reference

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...
 

Detailed Description

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

Author
Oliver Lange

Typedef Documentation

typedef utility::pointer::shared_ptr< FitMover > FitMoverOP
typedef utility::pointer::shared_ptr< RmsfMover const > RmsfMoverCOP
typedef utility::pointer::shared_ptr< RmsfMover > RmsfMoverOP

Function Documentation

int main ( int  argc,
char *  argv[] 
)

=============================== 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 ( )
core::Real round ( core::Real  d,
core::Size  digits 
)
void run ( )
Size superimpose ( DecoySetEvaluation &  eval,
utility::vector1< Real > &  rmsf_result,
FArray1D_double weights 
)
static THREAD_LOCAL basic::Tracer tr ( "main"  )
static

Referenced by run().