Rosetta
|
Utility functions for the recon_design namespace. More...
#include <protocols/recon_design/recon_util.hh>
#include <core/conformation/Residue.hh>
#include <core/pack/task/PackerTask.hh>
#include <core/pack/task/ResfileReader.hh>
#include <core/pack/task/TaskFactory.hh>
#include <core/pose/Pose.hh>
#include <core/pose/extra_pose_info_util.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::recon_design | |
Functions | |
utility::vector1< core::Size > | protocols::recon_design::get_designable_residues (core::pose::Pose &pose, std::string resfile) |
Based on a pose and a resfile, get the indices of all designable residues. More... | |
std::string | protocols::recon_design::get_designable_sequence (core::pose::Pose &pose, utility::vector1< core::Size > designable_residues) |
Based on a pose and the indices of all designable residues, get a string of all designable AAs concatenated. More... | |
utility::vector1< std::string > | protocols::recon_design::get_candidate_AAs (utility::vector1< std::string > other_pose_sequences, core::Size position_no) |
Based on a list of sequences from poses, get all the AAs present at the position given by position_no. More... | |
core::Size | protocols::recon_design::find_pose_in_vector (core::pose::Pose const &pose, utility::vector1< core::pose::PoseOP > &poses) |
Given a list of poses, find the index of a particular pose. More... | |
Utility functions for the recon_design namespace.