#include <RemodelData.hh>
|
| | RemodelData () |
| | constructor More...
|
| |
| void | getLoopsToBuildFromBlueprint (std::string text_blueprint) |
| | Parses the blueprint text. More...
|
| |
| void | getLoopsToBuildFromFile (std::string filename) |
| | Reads in the blueprint file and passes the text data to the blueprint file parser. More...
|
| |
| void | splitString (std::string str, std::string delim, std::vector< std::string > &results) |
| | Splits a string on the passed in delimeter and places the tokens in the passed in vector. Isn't there a function in utility that can do this already? More...
|
| |
| void | updateWithDsspAssignment (ObjexxFCL::FArray1D_char &dsspSS) |
| | Updates the dssp_updated_ss vector with secondary structure information. Uses the information obtained from DSSP unless the secondary structure was specified in the blueprint file. More...
|
| |
| void | collectInsertionPose () |
| | If users are trying to do domain insertion with remodel (by specifying the insert_segment_from_pdb command-line option), then this function is called to read in the PDB file for that segment. More...
|
| |
| void | translateDSSP_ABEGO (std::string &ss, std::string &abego) |
| |
◆ RemodelData()
| protocols::forge::remodel::RemodelData::RemodelData |
( |
| ) |
|
◆ collectInsertionPose()
| void protocols::forge::remodel::RemodelData::collectInsertionPose |
( |
| ) |
|
◆ getLoopsToBuildFromBlueprint()
| void protocols::forge::remodel::RemodelData::getLoopsToBuildFromBlueprint |
( |
std::string |
text_blueprint | ) |
|
Parses the blueprint text.
References protocols::cluster::calibur::aa, core::chemical::aa_from_oneletter_code(), core::scoring::abego, protocols::forge::remodel::LineObject::aminoAcidList, protocols::forge::remodel::LineObject::constraint_definition, core::pack::task::create_command_map(), protocols::forge::remodel::LineObject::design_type, core::sequence::end, protocols::forge::remodel::LineObject::has_constraints, protocols::forge::remodel::LineObject::has_ncaa, protocols::forge::remodel::LineObject::index, protocols::forge::remodel::LineObject::isDesignable, protocols::forge::remodel::LineObject::original_index, protocols::forge::remodel::LineObject::resname, protocols::forge::remodel::LineObject::sstype, and TR_REMODEL().
Referenced by protocols::forge::remodel::RemodelMover::apply(), and protocols::forge::remodel::RemodelMover::setup_remodel_data_for_loop_btw_parametric_components().
◆ getLoopsToBuildFromFile()
| void protocols::forge::remodel::RemodelData::getLoopsToBuildFromFile |
( |
std::string |
filename | ) |
|
◆ splitString()
| void protocols::forge::remodel::RemodelData::splitString |
( |
std::string |
str, |
|
|
std::string |
delim, |
|
|
std::vector< std::string > & |
results |
|
) |
| |
Splits a string on the passed in delimeter and places the tokens in the passed in vector. Isn't there a function in utility that can do this already?
References protocols::kinmatch::str().
◆ translateDSSP_ABEGO()
| void protocols::forge::remodel::RemodelData::translateDSSP_ABEGO |
( |
std::string & |
ss, |
|
|
std::string & |
abego |
|
) |
| |
◆ updateWithDsspAssignment()
| void protocols::forge::remodel::RemodelData::updateWithDsspAssignment |
( |
ObjexxFCL::FArray1D_char & |
dsspSS | ) |
|
◆ abego
| std::string protocols::forge::remodel::RemodelData::abego |
◆ auto_design
| bool protocols::forge::remodel::RemodelData::auto_design |
◆ blueprint
◆ design_mode
| int protocols::forge::remodel::RemodelData::design_mode |
◆ design_neighbor
| bool protocols::forge::remodel::RemodelData::design_neighbor |
◆ disulfLandingRange
| std::vector<core::Size> protocols::forge::remodel::RemodelData::disulfLandingRange |
◆ disulfMobileRange
| std::vector<core::Size> protocols::forge::remodel::RemodelData::disulfMobileRange |
◆ dssp_updated_ss
| std::string protocols::forge::remodel::RemodelData::dssp_updated_ss |
◆ has_design_info_
| bool protocols::forge::remodel::RemodelData::has_design_info_ |
◆ insertionSize
| int protocols::forge::remodel::RemodelData::insertionSize |
◆ insertionSS
| std::string protocols::forge::remodel::RemodelData::insertionSS |
◆ insertPose
◆ LD_types
| std::string protocols::forge::remodel::RemodelData::LD_types |
◆ loops_to_build
◆ natro_movemap_
◆ parsed_string_for_resfile
| std::string protocols::forge::remodel::RemodelData::parsed_string_for_resfile |
◆ pdb_start
| int protocols::forge::remodel::RemodelData::pdb_start |
◆ pdb_stop
| int protocols::forge::remodel::RemodelData::pdb_stop |
◆ sequence
| std::string protocols::forge::remodel::RemodelData::sequence |
◆ ss
| std::string protocols::forge::remodel::RemodelData::ss |
◆ total_chain_break_score
| float protocols::forge::remodel::RemodelData::total_chain_break_score |
The documentation for this class was generated from the following files: