Rosetta
|
Reads in a file that contains a descriptions of the junctions. Then goes through that file making 1 junction at a time. More...
#include <protocols/pose_creation/MakeJunctionsMoverCreator.hh>
#include <protocols/pose_creation/MakeJunctionsMover.hh>
#include <protocols/pose_creation/MergePDBatOverlapMover.hh>
#include <protocols/simple_moves/MutateResidue.hh>
#include <protocols/pose_creation/RepeatPropagationMover.hh>
#include <protocols/symmetry/SetupForSymmetryMover.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/jd2/Job.hh>
#include <protocols/jd2/InnerJob.hh>
#include <core/chemical/AA.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/conformation/Conformation.hh>
#include <core/import_pose/import_pose.hh>
#include <core/kinematics/MoveMap.hh>
#include <core/optimization/MinimizerOptions.hh>
#include <core/optimization/AtomTreeMinimizer.hh>
#include <core/pose/Pose.hh>
#include <core/pose/chains_util.hh>
#include <core/pose/subpose_manipulation_util.hh>
#include <core/select/util.hh>
#include <core/scoring/ScoreFunction.hh>
#include <utility/tag/Tag.hh>
#include <utility/vector1.hh>
#include <iostream>
#include <utility/excn/Exceptions.hh>
#include <utility/io/izstream.hh>
#include <utility/string_util.hh>
#include <basic/Tracer.hh>
#include <basic/options/option.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <protocols/moves/mover_schemas.hh>
#include <protocols/rosetta_scripts/util.hh>
#include <map>
#include <queue>
#include <basic/datacache/DataMap.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::pose_creation | |
Functions | |
static basic::Tracer | protocols::pose_creation::TR ("protocols.pose_creation.MakeJunctionsMover") |
Reads in a file that contains a descriptions of the junctions. Then goes through that file making 1 junction at a time.