Rosetta
Functions | Variables
dna_motifs_collector.cc File Reference

app for collection of protein-DNA interaction motifs More...

#include <devel/init.hh>
#include <protocols/dna/util.hh>
#include <protocols/motifs/motif_utils.hh>
#include <protocols/motifs/Motif.hh>
#include <protocols/motifs/MotifLibrary.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/ResidueType.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/ResidueFactory.hh>
#include <core/import_pose/import_pose.hh>
#include <core/io/pdb/pdb_writer.hh>
#include <core/kinematics/MoveMap.hh>
#include <core/optimization/AtomTreeMinimizer.hh>
#include <core/optimization/MinimizerOptions.hh>
#include <core/pack/pack_rotamers.hh>
#include <core/pack/task/PackerTask.hh>
#include <core/pack/task/TaskFactory.hh>
#include <core/pose/PDBInfo.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/rms_util.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/types.hh>
#include <basic/Tracer.hh>
#include <core/pack/task/ResidueLevelTask.hh>
#include <utility/io/ozstream.hh>
#include <utility/string_util.hh>
#include <ObjexxFCL/string.functions.hh>
#include <map>
#include <string>
#include <basic/options/option.hh>
#include <basic/options/util.hh>
#include <basic/options/keys/motifs.OptionKeys.gen.hh>
#include <basic/options/keys/run.OptionKeys.gen.hh>
#include <utility/vector1.hh>

Functions

void output_single_motif (core::pose::Pose &src_pose, std::string &pdb_prefix, core::Size prot_pos, utility::vector1< core::Size > &contacts, utility::io::ozstream &motif_output_file)
 
void place_waters_and_minimize (core::pose::Pose &pose, core::scoring::ScoreFunction &scorefxn, std::string &pdb_prefix)
 
core::Real get_packing_score (core::pose::Pose &pose, core::Size pos1, core::Size pos2, core::scoring::ScoreFunction &scorefxn)
 
core::Real get_hbond_score (core::pose::Pose &pose, core::Size pos1, core::Size pos2, core::scoring::ScoreFunction &scorefxn)
 
core::Real get_water_hbond_score (core::pose::Pose &pose, core::Size pos1, core::Size pos2, core::scoring::ScoreFunction &scorefxn)
 
void process_for_motifs (core::pose::Pose &pose, std::string &pdb_prefix, protocols::motifs::MotifLibrary &motifs, utility::io::ozstream &motif_output_file)
 
void process_file_list ()
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("apps.pilot.dna_motifs_collector")
 

Detailed Description

app for collection of protein-DNA interaction motifs

Author
sthyme

Function Documentation

◆ get_hbond_score()

core::Real get_hbond_score ( core::pose::Pose pose,
core::Size  pos1,
core::Size  pos2,
core::scoring::ScoreFunction &  scorefxn 
)

◆ get_packing_score()

core::Real get_packing_score ( core::pose::Pose pose,
core::Size  pos1,
core::Size  pos2,
core::scoring::ScoreFunction &  scorefxn 
)

◆ get_water_hbond_score()

core::Real get_water_hbond_score ( core::pose::Pose pose,
core::Size  pos1,
core::Size  pos2,
core::scoring::ScoreFunction &  scorefxn 
)

◆ main()

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

◆ output_single_motif()

void output_single_motif ( core::pose::Pose src_pose,
std::string &  pdb_prefix,
core::Size  prot_pos,
utility::vector1< core::Size > &  contacts,
utility::io::ozstream motif_output_file 
)

◆ place_waters_and_minimize()

void place_waters_and_minimize ( core::pose::Pose pose,
core::scoring::ScoreFunction &  scorefxn,
std::string &  pdb_prefix 
)

◆ process_file_list()

void process_file_list ( )

◆ process_for_motifs()

void process_for_motifs ( core::pose::Pose pose,
std::string &  pdb_prefix,
protocols::motifs::MotifLibrary &  motifs,
utility::io::ozstream motif_output_file 
)

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.dna_motifs_collector") ( "apps.pilot.dna_motifs_collector"  )
static