Rosetta
Typedefs | Functions | Variables
ddg_monomer.cc File Reference
#include <core/types.hh>
#include <core/chemical/AA.hh>
#include <protocols/scoring/Interface.hh>
#include <core/conformation/Residue.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/pack/task/PackerTask.hh>
#include <core/pack/task/TaskFactory.hh>
#include <core/pose/Pose.hh>
#include <basic/options/util.hh>
#include <basic/options/option_macros.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <basic/options/keys/ddg.OptionKeys.gen.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/score.OptionKeys.gen.hh>
#include <basic/options/keys/packing.OptionKeys.gen.hh>
#include <devel/init.hh>
#include <core/pack/task/ResfileReader.hh>
#include <fstream>
#include <ObjexxFCL/format.hh>
#include <cstdlib>
#include <string>
#include <protocols/ddg/ddGMover.hh>
#include <core/import_pose/import_pose.hh>
#include <utility/vector1.hh>
#include <utility/excn/Exceptions.hh>
#include <basic/Tracer.hh>
#include <core/pack/task/ResidueLevelTask.hh>

Typedefs

using mutations = utility::vector1< core::chemical::AA >
 
using ddgs = utility::vector1< double >
 

Functions

void print_ddgs (std::string const &ddg_out, std::string const &label, ddgs const &delta_e_components, ddgs const &, double total_ddgs, protocols::ddg::ddGMover &mover, bool print_header, bool min_cst)
 print ddGs More...
 
void read_in_mutations (utility::vector1< mutations > &res_to_mut, std::string filename, pose::Pose &pose)
 The input file is a list of mutation blocks. Usually, this will be a set of point mutations. where each "block" lists a single mutation. However, it is possible to specify multiple mutations together in a single block. More...
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("apps.public.ddg.ddg_monomer")
 

Detailed Description

Author
Liz Kellogg ekell.nosp@m.ogg@.nosp@m.u.was.nosp@m.hing.nosp@m.ton.e.nosp@m.du comments by JKLeman (julia.nosp@m..koe.nosp@m.hler1.nosp@m.982@.nosp@m.gmail.nosp@m..com)

Typedef Documentation

◆ ddgs

◆ mutations

using mutations = utility::vector1<core::chemical::AA>

Function Documentation

◆ main()

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

◆ print_ddgs()

void print_ddgs ( std::string const &  ddg_out,
std::string const &  label,
ddgs const &  delta_e_components,
ddgs const &  ,
double  total_ddgs,
protocols::ddg::ddGMover &  mover,
bool  print_header,
bool  min_cst 
)

◆ read_in_mutations()

void read_in_mutations ( utility::vector1< mutations > &  res_to_mut,
std::string  filename,
pose::Pose pose 
)

The input file is a list of mutation blocks. Usually, this will be a set of point mutations. where each "block" lists a single mutation. However, it is possible to specify multiple mutations together in a single block.

The file format is: "total N" followed by N blocks, where each block is "M" specifying followed by M lines of wt/resid/mutaa triples "wtaa resid mutaa" N, M and resid are all supposed to be integers. wtaa, and mutaa are supposed to be 1-letter amino acid codes.

References debug_assert, basic::Tracer::Error, lactamize::filename, analyze_ddG_stability::mutation, beta_nonlocal::pose, predPRE::resnum, runtime_assert, TR, and orn_macrocycle::wt.

Referenced by main().

Variable Documentation

◆ TR

basic::Tracer TR("apps.public.ddg.ddg_monomer") ( "apps.public.ddg.ddg_monomer"  )
static

Referenced by main(), print_ddgs(), and read_in_mutations().