![]() |
Rosetta
2021.16
|
#include <DatabaseThread.hh>

Public Types | |
| typedef RestrictOperationsBase | parent |
Public Types inherited from protocols::task_operations::RestrictOperationsBase | |
| typedef core::pack::task::operation::TaskOperation | TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Public Member Functions | |
| DatabaseThread () | |
| ~DatabaseThread () override | |
| TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const override |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| void | parse_tag (TagCOP, DataMap &) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| core::Size | find_length (core::pose::Pose const &pose) const |
| std::string | pick_sequence_from_database (core::pose::Pose const &pose) const |
| void | mark_designable (std::string &sequence, core::pose::Pose const &) const |
| void | mark_leave_as_is (std::string &sequence, core::pose::Pose const &) const |
| std::string | template_file () const |
| void | template_file (std::string const &s) |
| core::Size | start_res () const |
| void | start_res (core::Size const s) |
| core::Size | end_res () const |
| void | end_res (core::Size const s) |
| bool | allow_design_around () const |
| void | allow_design_around (bool const b) |
| std::string | database_fname () const |
| void | database_fname (std::string const &d) |
| utility::vector1< core::Size > | designable () const |
| void | designable (utility::vector1< core::Size > const &vector) |
| utility::vector1< core::Size > | leave_as_is () const |
| void | leave_as_is (utility::vector1< core::Size > const &vector) |
| void | target_sequence (std::string const &seq) |
| std::string | target_sequence () const |
| bool | itterative () const |
| void | itterative (bool const b) |
Public Member Functions inherited from protocols::task_operations::RestrictOperationsBase | |
| RestrictOperationsBase () | |
| ~RestrictOperationsBase () override | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
| static std::string | keyname () |
Private Attributes | |
| std::string | target_sequence_ |
| std::string | template_file_ |
| std::string | database_fname_ |
| core::pose::PoseOP | template_pose_ |
| core::Size | start_res_ |
| core::Size | end_res_ |
| bool | allow_design_around_ |
| utility::vector1< core::Size > | design_ |
| utility::vector1< core::Size > | revert_to_template_ |
| utility::vector1< std::string > | full_database_ |
| utility::vector1< core::Size > | designable_ |
| utility::vector1< core::Size > | leave_as_is_ |
| bool | itterative_ = false |
| core::Size | count_ |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::task_operations::RestrictOperationsBase | |
| void | run_calculator (core::pose::Pose const &pose, std::string const &calculator, std::string const &calculation, utility::vector1_bool &residues) const |
| this is the only real function - it takes a calculator name and calculation, and a PackerTask-compatible vector, and flips booleans in the vector according to the calculator More... | |
this class is a TaskOperation to thread sequences from a database.
| protocols::task_operations::DatabaseThread::DatabaseThread | ( | ) |
References count_, design_, designable_, full_database_, leave_as_is_, and revert_to_template_.
|
overridedefault |
|
inline |
References allow_design_around_.
Referenced by parse_tag().
|
inline |
References allow_design_around_, and protocols::match::upstream::b.
|
overridevirtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements protocols::task_operations::RestrictOperationsBase.
References protocols::task_operations::ThreadSequenceOperation::allow_design_around(), allow_design_around_, protocols::task_operations::ThreadSequenceOperation::apply(), designable_, protocols::rosetta_scripts::find_nearest_res(), leave_as_is_, mark_designable(), mark_leave_as_is(), pick_sequence_from_database(), core::pose::Pose::size(), start_res(), protocols::task_operations::ThreadSequenceOperation::start_res(), protocols::task_operations::ThreadSequenceOperation::target_sequence(), target_sequence(), template_file(), template_pose_, and protocols::task_operations::TR().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::task_operations::RestrictOperationsBase.
|
inline |
References database_fname_.
Referenced by parse_tag().
|
inline |
References database_fname_.
|
inline |
References designable_.
Referenced by parse_tag().
|
inline |
References designable_.
|
inline |
References end_res_.
Referenced by parse_tag(), and pick_sequence_from_database().
|
inline |
References end_res_.
| core::Size protocols::task_operations::DatabaseThread::find_length | ( | core::pose::Pose const & | pose | ) | const |
References protocols::rosetta_scripts::find_nearest_res(), and protocols::task_operations::TR().
Referenced by pick_sequence_from_database().
|
inline |
References itterative_.
Referenced by parse_tag(), and pick_sequence_from_database().
|
inline |
References protocols::match::upstream::b, and itterative_.
|
inlinestatic |
Referenced by protocols::task_operations::DatabaseThreadCreator::keyname(), and provide_xml_schema().
|
inline |
References leave_as_is_.
Referenced by parse_tag().
|
inline |
References leave_as_is_.
| void protocols::task_operations::DatabaseThread::mark_designable | ( | std::string & | sequence, |
| core::pose::Pose const & | pose | ||
| ) | const |
References designable_, protocols::rosetta_scripts::find_nearest_res(), start_res_, and template_pose_.
Referenced by apply().
| void protocols::task_operations::DatabaseThread::mark_leave_as_is | ( | std::string & | sequence, |
| core::pose::Pose const & | pose | ||
| ) | const |
References protocols::rosetta_scripts::find_nearest_res(), leave_as_is_, start_res_, and template_pose_.
Referenced by apply().
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References allow_design_around(), database_fname(), database_fname_, designable(), end_res(), full_database_, itterative(), leave_as_is(), core::import_pose::PDB_file, core::import_pose::pose_from_file(), start_res(), target_sequence(), template_file(), template_file_, and template_pose_.
| std::string protocols::task_operations::DatabaseThread::pick_sequence_from_database | ( | core::pose::Pose const & | pose | ) | const |
References count_, database_fname_, end_res(), find_length(), full_database_, itterative(), core::scoring::rg, start_res(), template_file(), and protocols::task_operations::TR().
Referenced by apply().
|
static |
|
inline |
References start_res_.
Referenced by apply(), parse_tag(), and pick_sequence_from_database().
|
inline |
References start_res_.
|
inline |
References target_sequence_.
|
inline |
References target_sequence_.
Referenced by apply(), and parse_tag().
|
inline |
References template_file_.
Referenced by apply(), parse_tag(), and pick_sequence_from_database().
|
inline |
References template_file_.
|
private |
Referenced by allow_design_around(), and apply().
|
mutableprivate |
Referenced by DatabaseThread(), and pick_sequence_from_database().
|
private |
Referenced by database_fname(), parse_tag(), and pick_sequence_from_database().
|
private |
Referenced by DatabaseThread().
|
private |
Referenced by apply(), DatabaseThread(), designable(), and mark_designable().
|
private |
Referenced by end_res().
|
private |
Referenced by DatabaseThread(), parse_tag(), and pick_sequence_from_database().
|
private |
Referenced by itterative().
|
private |
Referenced by apply(), DatabaseThread(), leave_as_is(), and mark_leave_as_is().
|
private |
Referenced by DatabaseThread().
|
private |
Referenced by mark_designable(), mark_leave_as_is(), and start_res().
|
private |
Referenced by target_sequence().
|
private |
Referenced by parse_tag(), and template_file().
|
private |
Referenced by apply(), mark_designable(), mark_leave_as_is(), and parse_tag().
1.8.7