|
| | SecondaryStructureFilter () |
| |
| | SecondaryStructureFilter (String const &ss) |
| |
| | SecondaryStructureFilter (SecondaryStructureFilter const &rval) |
| |
| virtual | ~SecondaryStructureFilter () |
| |
| virtual FilterOP | clone () const |
| |
| virtual FilterOP | fresh_instance () const |
| |
| void | filtered_ss (String const &s) |
| |
| void | filtered_abego (String const &s) |
| |
| virtual std::string | name () const |
| |
| void | set_blueprint (std::string const blueprint_file) |
| | sets the blueprint file based on filename. If a strand pairing is impossible (i.e. the structure has two strands, 5 and 6 residues, respectively, it sets the unpaired residues to 'h' so that they still match. More...
|
| |
| virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &, Filters_map const &, Movers_map const &, Pose const &) |
| | parse xml More...
|
| |
| virtual bool | apply (Pose const &pose) const |
| | Returns true if the given pose passes the filter, false otherwise. More...
|
| |
| virtual core::Real | report_sm (Pose const &pose) const |
| | used to report filter internals through a score or silent file More...
|
| |
| virtual core::Size | compute (Pose const &pose) const |
| |
| | Filter () |
| |
| | Filter (std::string const &) |
| |
| | Filter (Filter const &) |
| |
| virtual | ~Filter () |
| |
| virtual void | report (std::ostream &, core::pose::Pose const &) const |
| |
| virtual std::string | get_type () const |
| |
| std::string | get_user_defined_name () const |
| |
| void | set_user_defined_name (std::string const &name) |
| |
| virtual void | clear () |
| | used to clear internal variables if needed. Using fresh_instance is preferred since it's a pure virtual More...
|
| |
| virtual void | apply (core::io::serialization::PipeMap &pmap) |
| |
| virtual void | score (core::io::serialization::PipeMap &pmap) |
| |
| virtual core::Real | score (core::pose::Pose &pose) |
| |
| virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks) |
| |
| core::Size protocols::fldsgn::filters::SecondaryStructureFilter::compute |
( |
Pose const & |
pose | ) |
const |
|
virtual |
returns the number of residues in the protein that have matching secondary structure WARNING: ignores abegos for now, since abegomanager only returns a bool The filter score will report only secondary structures, but if you specify abego, the 'apply' function will return false if abegos don't match
References abego, core::util::ABEGOManager::check_rama(), filtered_abego_, filtered_ss_, core::util::ABEGOManager::get_abego_string(), core::conformation::Residue::is_protein(), j, core::pose::Pose::omega(), core::pose::Pose::phi(), core::pose::Pose::psi(), core::pose::Pose::residue(), sec(), core::pose::Pose::secstruct(), core::pose::Pose::total_residue(), tr, and use_abego_.
Referenced by apply(), and report_sm().
| void protocols::fldsgn::filters::SecondaryStructureFilter::set_blueprint |
( |
std::string const |
blueprint_file | ) |
|
sets the blueprint file based on filename. If a strand pairing is impossible (i.e. the structure has two strands, 5 and 6 residues, respectively, it sets the unpaired residues to 'h' so that they still match.
References filtered_abego_, filtered_ss_, runtime_assert, s1, s2, ss, and tr.
Referenced by parse_my_tag().