Rosetta
Namespaces | Functions | Variables
Extender.cc File Reference

script to add residues to a PDB. This script is NOT intended to make a good conformation - just the sequence-correct PDB for other modes (loop modeling, etc) More...

#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/PDBPoseMap.hh>
#include <core/pose/PDBInfo.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/Conformation.hh>
#include <devel/init.hh>
#include <utility/io/izstream.hh>
#include <basic/Tracer.hh>
#include <basic/options/option.hh>
#include <basic/options/util.hh>
#include <string>

Namespaces

 basic
 Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
 
 basic::options
 
 basic::options::OptionKeys
 

Functions

void read_in_extension (core::pose::Pose const &pose, core::Size &loop_start, std::string &extension)
 helper parses extension file More...
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("apps.pilot.smlewis.Extender")
 
utility::options::FileOptionKey const basic::options::OptionKeys::extension ("extension")
 

Detailed Description

script to add residues to a PDB. This script is NOT intended to make a good conformation - just the sequence-correct PDB for other modes (loop modeling, etc)

Author
Steven Lewis

Function Documentation

◆ main()

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

◆ read_in_extension()

void read_in_extension ( core::pose::Pose const &  pose,
core::Size loop_start,
std::string &  extension 
)

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.smlewis.Extender") ( "apps.pilot.smlewis.Extender"  )
static