|
Rosetta 3.5
|
Namespaces | |
| helixAssembly | |
| strand_assembly | |
Enumerations | |
| enum | RamachandranHash { A = 1, B, L, E, number_of_ramachandran_hashes = E } |
| enum | HBDefType { hbdef_NONE = 1, hbdef_ENERGY, hbdef_AHDIST, hbdef_MAX = hbdef_AHDIST } |
| How a hydrogen bond should be defined See note for definition_type_ below. More... | |
Functions | |
| static Tracer | TR ("protocols.features.AtomAtomPairFeatures") |
| static Tracer | TR ("protocols.features.AtomTypesFeatures") |
| static basic::Tracer | TR ("protocols.features.BatchFeatures") |
| basic::Tracer | TR ("protocols.features.DatabaseFilters") |
| core::Real | get_current_model_score (core::pose::Pose const &pose, core::Size score_type_id) |
| DatabaseFilterOP | get_DB_filter_ptr () |
| WriteDeletePair | get_write_delete_pair (core::pose::Pose const &pose, utility::sql_database::sessionOP db_session, core::Size const &protocol_id, core::Size const &count, std::string const &score_term, std::string current_input="") |
| template<class T > | |
| T | get_something_from_database (cppdb::statement statement, T) |
| cppdb::statement | get_structure_count_statement (utility::sql_database::sessionOP db_session, std::string const &input_tag, core::Size const &protocol_id) |
| core::Size | get_score_type_id_from_score_term (utility::sql_database::sessionOP db_session, core::Size const &protocol_id, std::string const &score_term) |
| cppdb::statement | get_nth_lowest_score_from_job_data_statement (utility::sql_database::sessionOP db_session, std::string const &score_term, core::Size const &cutoff_index, std::string const &input_tag, core::Size const &protocol_id) |
| cppdb::statement | get_nth_lowest_score_from_score_data_statement (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, core::Size const &cutoff_index, std::string const &input_tag, core::Size const &protocol_id) |
| cppdb::statement | get_highest_score_from_job_data_statement (utility::sql_database::sessionOP db_session, std::string const &score_term, std::string const &input_tag, core::Size const &protocol_id) |
| cppdb::statement | get_highest_score_from_score_data_statement (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, std::string const &input_tag, core::Size const &protocol_id) |
| core::Size | get_current_structure_count (utility::sql_database::sessionOP db_session, core::Size const &protocol_id, std::string const &input_tag) |
| boost::uuids::uuid | get_struct_id_with_nth_lowest_score_from_job_data (utility::sql_database::sessionOP db_session, std::string const &score_term, core::Size const &cutoff_index, core::Size const &protocol_id, std::string const &input_tag) |
| boost::uuids::uuid | get_struct_id_with_nth_lowest_score_from_score_data (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, core::Size const &cutoff_index, core::Size const &protocol_id, std::string const &input_tag) |
| boost::uuids::uuid | get_struct_id_with_lowest_score_from_job_data (utility::sql_database::sessionOP db_session, std::string const &score_term, core::Size const &protocol_id, std::string const &input_tag) |
| boost::uuids::uuid | get_struct_id_with_lowest_score_from_score_data (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, core::Size const &protocol_id, std::string const &input_tag) |
| boost::uuids::uuid | get_struct_id_with_highest_score_from_job_data (utility::sql_database::sessionOP db_session, std::string const &score_term, core::Size const &protocol_id, std::string const &input_tag) |
| boost::uuids::uuid | get_struct_id_with_highest_score_from_score_data (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, core::Size const &protocol_id, std::string const &input_tag) |
| core::Real | get_score_for_struct_id_and_score_term_from_job_data (utility::sql_database::sessionOP db_session, boost::uuids::uuid const &struct_id, std::string const &score_term) |
| core::Real | get_score_for_struct_id_and_score_term_from_score_data (utility::sql_database::sessionOP db_session, boost::uuids::uuid const &struct_id, core::Size const &score_type_id) |
| static Tracer | TR ("protocols.features.FeaturesReporter") |
| static basic::Tracer | tr ("protocols.features.FeaturesReporterFactory") |
| static Tracer | TR ("protocols.features.HBondFeatures") |
| static Tracer | TR ("protocols.features.HBondParameterFeatures") |
| static basic::Tracer | TR ("protocols.features.LoopAnchorFeatures") |
| static basic::Tracer | TR ("protocols.features.PoseConformationFeatures") |
| static basic::Tracer | TR ("protocols.features.ProteinBondGeometry") |
| static basic::Tracer | TR ("protocols.features.ProteinResidueConformationFeatures") |
| static basic::Tracer | tr ("protocols.features.ProteinRMSDFeatures") |
| static basic::Tracer | TR ("protocols.features.ProteinSilentReport") |
| static Tracer | TR ("protocols.features.ReportToDB") |
| static basic::Tracer | TR ("protocols.features.ResidueFeatures") |
| static Tracer | TR ("protocols.features.ResidueSecondaryStructureFeatures") |
| static basic::Tracer | TR ("protocols.features.ResidueTotalScoresFeatures") |
| static Tracer | TR ("protocols.features.ResidueTypesFeatures") |
| static basic::Tracer | TR ("protocols.features.RotamerFeatures") |
| static Tracer | TR ("protocols.features.RotamerRecoveryFeatures") |
| static basic::Tracer | TR ("protocols.features.SmotifFeatures") |
| static basic::Tracer | TR ("protocols.features.UnrecognizedAtomFeatures") |
| static Tracer | TR ("protocols.features.util") |
| pair< Size, Size > | get_protocol_and_batch_id (string identifier, sessionOP db_session) |
| Get the protocol and batch ids or create them if they don't yet exist. For MPI protocols, only allow the head node to create protocol or batch ids and have the other nodes ask the head node for the info. More... | |
| pair< Size, Size > | deserialize_db_listener_data (string data) |
| string | serialize_ids (int protocol_id, string identifier, Size batch_id) |
| Size | get_batch_id (boost::uuids::uuid struct_id, sessionOP db_session) |
| std::pair< core::Size, core::Size > | get_protocol_and_batch_id (std::string identifier, utility::sql_database::sessionOP db_session) |
| std::string | serialize_ids (int protocol_id, std::string identifier, core::Size batch_id) |
| core::Size | get_batch_id (boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_session) |
Variables | |
| Size | static_protocol_id_ = 0 |
| bool | protocol_table_initialized_ = false |
| map< string, Size > | static_batch_id_map_ |
| typedef utility::pointer::owning_ptr< AtomAtomPairFeatures const > protocols::features::AtomAtomPairFeaturesCOP |
Definition at line 25 of file AtomAtomPairFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomAtomPairFeatures > protocols::features::AtomAtomPairFeaturesOP |
Definition at line 23 of file AtomAtomPairFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomInResidueAtomInResiduePairFeatures const > protocols::features::AtomInResidueAtomInResiduePairFeaturesCOP |
Definition at line 25 of file AtomInResidueAtomInResiduePairFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomInResidueAtomInResiduePairFeatures > protocols::features::AtomInResidueAtomInResiduePairFeaturesOP |
Definition at line 23 of file AtomInResidueAtomInResiduePairFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomTypesFeatures const > protocols::features::AtomTypesFeaturesCOP |
Definition at line 25 of file AtomTypesFeatures.fwd.hh.
Definition at line 23 of file AtomTypesFeatures.fwd.hh.
Definition at line 26 of file BatchFeatures.fwd.hh.
Definition at line 24 of file BatchFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< BetaTurnDetectionFeatures const > protocols::features::BetaTurnDetectionFeaturesCOP |
Definition at line 25 of file BetaTurnDetectionFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< BetaTurnDetectionFeatures > protocols::features::BetaTurnDetectionFeaturesOP |
Definition at line 23 of file BetaTurnDetectionFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< BondAngleDatabase > protocols::features::BondAngleDatabaseOP |
Definition at line 29 of file ProteinBondGeometryFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ChargeChargeFeatures const > protocols::features::ChargeChargeFeaturesCOP |
Definition at line 25 of file ChargeChargeFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ChargeChargeFeatures > protocols::features::ChargeChargeFeaturesOP |
Definition at line 23 of file ChargeChargeFeatures.fwd.hh.
Definition at line 25 of file DatabaseFilters.fwd.hh.
Definition at line 23 of file DatabaseFilters.fwd.hh.
| typedef utility::pointer::owning_ptr< DatabaseJobInputter > protocols::features::DatabaseJobInputterOP |
Definition at line 22 of file DatabaseJobInputter.fwd.hh.
| typedef utility::pointer::owning_ptr< DatabaseJobOutputter > protocols::features::DatabaseJobOutputterOP |
Definition at line 22 of file DatabaseJobOutputter.fwd.hh.
| typedef utility::pointer::owning_ptr< FeaturesReporter const > protocols::features::FeaturesReporterCOP |
Definition at line 25 of file FeaturesReporter.fwd.hh.
| typedef utility::pointer::owning_ptr< FeaturesReporterCreator const > protocols::features::FeaturesReporterCreatorCOP |
Definition at line 28 of file FeaturesReporterCreator.fwd.hh.
| typedef utility::pointer::owning_ptr< FeaturesReporterCreator > protocols::features::FeaturesReporterCreatorOP |
Definition at line 25 of file FeaturesReporterCreator.fwd.hh.
Definition at line 23 of file FeaturesReporter.fwd.hh.
| typedef utility::pointer::owning_ptr< GeometricSolvationFeatures const > protocols::features::GeometricSolvationFeaturesCOP |
Definition at line 25 of file GeometricSolvationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< GeometricSolvationFeatures > protocols::features::GeometricSolvationFeaturesOP |
Definition at line 23 of file GeometricSolvationFeatures.fwd.hh.
Definition at line 25 of file HBondFeatures.fwd.hh.
Definition at line 23 of file HBondFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< HBondParameterFeatures const > protocols::features::HBondParameterFeaturesCOP |
Definition at line 25 of file HBondParameterFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< HBondParameterFeatures > protocols::features::HBondParameterFeaturesOP |
Definition at line 23 of file HBondParameterFeatures.fwd.hh.
Definition at line 23 of file JobDataFeatures.fwd.hh.
Definition at line 21 of file JobDataFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< LoopAnchorFeatures const > protocols::features::LoopAnchorFeaturesCOP |
Definition at line 25 of file LoopAnchorFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< LoopAnchorFeatures > protocols::features::LoopAnchorFeaturesOP |
Definition at line 23 of file LoopAnchorFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< OrbitalsFeatures const > protocols::features::OrbitalsFeaturesCOP |
Definition at line 25 of file OrbitalsFeatures.fwd.hh.
Definition at line 23 of file OrbitalsFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< PairFeatures const > protocols::features::PairFeaturesCOP |
Definition at line 25 of file PairFeatures.fwd.hh.
Definition at line 23 of file PairFeatures.fwd.hh.
Definition at line 22 of file PdbDataFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< PoseCommentsFeatures const > protocols::features::PoseCommentsFeaturesCOP |
Definition at line 25 of file PoseCommentsFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< PoseCommentsFeatures > protocols::features::PoseCommentsFeaturesOP |
Definition at line 23 of file PoseCommentsFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< PoseConformationFeatures const > protocols::features::PoseConformationFeaturesCOP |
Definition at line 25 of file PoseConformationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< PoseConformationFeatures > protocols::features::PoseConformationFeaturesOP |
Definition at line 23 of file PoseConformationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinBackboneAtomAtomPairFeatures const > protocols::features::ProteinBackboneAtomAtomPairFeaturesCOP |
Definition at line 25 of file ProteinBackboneAtomAtomPairFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinBackboneAtomAtomPairFeatures > protocols::features::ProteinBackboneAtomAtomPairFeaturesOP |
Definition at line 23 of file ProteinBackboneAtomAtomPairFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinBackboneTorsionAngleFeatures const > protocols::features::ProteinBackboneTorsionAngleFeaturesCOP |
Definition at line 25 of file ProteinBackboneTorsionAngleFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinBackboneTorsionAngleFeatures > protocols::features::ProteinBackboneTorsionAngleFeaturesOP |
Definition at line 23 of file ProteinBackboneTorsionAngleFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinBondGeometryFeatures const > protocols::features::ProteinBondGeometryFeaturesCOP |
Definition at line 26 of file ProteinBondGeometryFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinBondGeometryFeatures > protocols::features::ProteinBondGeometryFeaturesOP |
Definition at line 24 of file ProteinBondGeometryFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinResidueConformationFeatures const > protocols::features::ProteinResidueConformationFeaturesCOP |
Definition at line 25 of file ProteinResidueConformationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinResidueConformationFeatures > protocols::features::ProteinResidueConformationFeaturesOP |
Definition at line 23 of file ProteinResidueConformationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinRMSDFeatures const > protocols::features::ProteinRMSDFeaturesCOP |
Definition at line 25 of file ProteinRMSDFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinRMSDFeatures > protocols::features::ProteinRMSDFeaturesOP |
Definition at line 23 of file ProteinRMSDFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinSilentReport const > protocols::features::ProteinSilentReportCOP |
Definition at line 25 of file ProteinSilentReport.fwd.hh.
| typedef utility::pointer::owning_ptr< ProteinSilentReport > protocols::features::ProteinSilentReportOP |
Definition at line 23 of file ProteinSilentReport.fwd.hh.
| typedef utility::pointer::owning_ptr< ProtocolFeatures const > protocols::features::ProtocolFeaturesCOP |
Definition at line 25 of file ProtocolFeatures.fwd.hh.
Definition at line 23 of file ProtocolFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< RadiusOfGyrationFeatures const > protocols::features::RadiusOfGyrationFeaturesCOP |
Definition at line 25 of file RadiusOfGyrationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< RadiusOfGyrationFeatures > protocols::features::RadiusOfGyrationFeaturesOP |
Definition at line 23 of file RadiusOfGyrationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< Report const > protocols::features::ReportCOP |
Definition at line 25 of file Report.fwd.hh.
Definition at line 23 of file Report.fwd.hh.
| typedef utility::pointer::owning_ptr< ReportToDB const > protocols::features::ReportToDBCOP |
Definition at line 25 of file ReportToDB.fwd.hh.
Definition at line 23 of file ReportToDB.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueBurialFeatures const > protocols::features::ResidueBurialFeaturesCOP |
Definition at line 25 of file ResidueBurialFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueBurialFeatures > protocols::features::ResidueBurialFeaturesOP |
Definition at line 23 of file ResidueBurialFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueConformationFeatures const > protocols::features::ResidueConformationFeaturesCOP |
Definition at line 26 of file ResidueConformationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueConformationFeatures > protocols::features::ResidueConformationFeaturesOP |
Definition at line 24 of file ResidueConformationFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueFeatures const > protocols::features::ResidueFeaturesCOP |
Definition at line 25 of file ResidueFeatures.fwd.hh.
Definition at line 23 of file ResidueFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueGridScoresFeatures const > protocols::features::ResidueGridScoresFeaturesCOP |
Definition at line 24 of file ResidueGridScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueGridScoresFeatures > protocols::features::ResidueGridScoresFeaturesOP |
Definition at line 22 of file ResidueGridScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueScoresFeatures const > protocols::features::ResidueScoresFeaturesCOP |
Definition at line 25 of file ResidueScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueScoresFeatures > protocols::features::ResidueScoresFeaturesOP |
Definition at line 23 of file ResidueScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueSecondaryStructureFeatures const > protocols::features::ResidueSecondaryStructureFeaturesCOP |
Definition at line 25 of file ResidueSecondaryStructureFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueSecondaryStructureFeatures > protocols::features::ResidueSecondaryStructureFeaturesOP |
Definition at line 23 of file ResidueSecondaryStructureFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueTotalScoresFeatures const > protocols::features::ResidueTotalScoresFeaturesCOP |
Definition at line 25 of file ResidueTotalScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueTotalScoresFeatures > protocols::features::ResidueTotalScoresFeaturesOP |
Definition at line 23 of file ResidueTotalScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueTypesFeatures const > protocols::features::ResidueTypesFeaturesCOP |
Definition at line 25 of file ResidueTypesFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueTypesFeatures > protocols::features::ResidueTypesFeaturesOP |
Definition at line 23 of file ResidueTypesFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< RotamerBoltzmannWeightFeatures const > protocols::features::RotamerBoltzmannWeightFeaturesCOP |
Definition at line 25 of file RotamerBoltzmannWeightFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< RotamerBoltzmannWeightFeatures > protocols::features::RotamerBoltzmannWeightFeaturesOP |
Definition at line 23 of file RotamerBoltzmannWeightFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< RotamerFeatures const > protocols::features::RotamerFeaturesCOP |
Definition at line 25 of file RotamerFeatures.fwd.hh.
Definition at line 23 of file RotamerFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< RotamerRecoveryFeatures const > protocols::features::RotamerRecoveryFeaturesCOP |
Definition at line 25 of file RotamerRecoveryFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< RotamerRecoveryFeatures > protocols::features::RotamerRecoveryFeaturesOP |
Definition at line 23 of file RotamerRecoveryFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< SaltBridgeFeatures const > protocols::features::SaltBridgeFeaturesCOP |
Definition at line 25 of file SaltBridgeFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< SaltBridgeFeatures > protocols::features::SaltBridgeFeaturesOP |
Definition at line 23 of file SaltBridgeFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ScoreFunctionFeatures const > protocols::features::ScoreFunctionFeaturesCOP |
Definition at line 25 of file ScoreFunctionFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ScoreFunctionFeatures > protocols::features::ScoreFunctionFeaturesOP |
Definition at line 23 of file ScoreFunctionFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< ScoreTypeFeatures const > protocols::features::ScoreTypeFeaturesCOP |
Definition at line 25 of file ScoreTypeFeatures.fwd.hh.
Definition at line 23 of file ScoreTypeFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< StructureFeatures const > protocols::features::StructureFeaturesCOP |
Definition at line 25 of file StructureFeatures.fwd.hh.
Definition at line 23 of file StructureFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< StructureScoresFeatures const > protocols::features::StructureScoresFeaturesCOP |
Definition at line 25 of file StructureScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< StructureScoresFeatures > protocols::features::StructureScoresFeaturesOP |
Definition at line 23 of file StructureScoresFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< UnrecognizedAtomFeatures const > protocols::features::UnrecognizedAtomFeaturesCOP |
Definition at line 25 of file UnrecognizedAtomFeatures.fwd.hh.
| typedef utility::pointer::owning_ptr< UnrecognizedAtomFeatures > protocols::features::UnrecognizedAtomFeaturesOP |
Definition at line 23 of file UnrecognizedAtomFeatures.fwd.hh.
| typedef std::pair<bool, utility::vector1<boost::uuids::uuid> > protocols::features::WriteDeletePair |
Definition at line 39 of file DatabaseFilters.hh.
How a hydrogen bond should be defined See note for definition_type_ below.
| Enumerator | |
|---|---|
| hbdef_NONE | |
| hbdef_ENERGY | |
| hbdef_AHDIST | |
| hbdef_MAX | |
Definition at line 48 of file HBondFeatures.hh.
| Enumerator | |
|---|---|
| A | |
| B | |
| L | |
| E | |
| number_of_ramachandran_hashes | |
Definition at line 41 of file BetaTurnDetectionFeatures.hh.
| std::pair< core::Size, core::Size > protocols::features::deserialize_db_listener_data | ( | string | data) |
Definition at line 260 of file util.cc.
References core::io::pdb::split().
Referenced by get_protocol_and_batch_id().
| core::Size protocols::features::get_batch_id | ( | boost::uuids::uuid | struct_id, |
| utility::sql_database::sessionOP | db_session | ||
| ) |
| Size protocols::features::get_batch_id | ( | boost::uuids::uuid | struct_id, |
| sessionOP | db_session | ||
| ) |
look up the batch id given a struct id. Note this should only be used once the structure's table has been created, eg in an average features reporter's report_features function.
Definition at line 288 of file util.cc.
Referenced by protocols::features::ResidueScoresFeatures::insert_residue_scores_rows(), protocols::features::StructureScoresFeatures::insert_structure_score_rows(), and protocols::features::ScoreFunctionFeatures::report_features().
| core::Real protocols::features::get_current_model_score | ( | core::pose::Pose const & | pose, |
| core::Size | score_type_id | ||
| ) |
Definition at line 54 of file DatabaseFilters.cc.
References core::pose::Pose::energies(), core::scoring::getScoreFunction(), and core::pose::Pose::total_residue().
Referenced by get_write_delete_pair().
| core::Size protocols::features::get_current_structure_count | ( | utility::sql_database::sessionOP | db_session, |
| core::Size const & | protocol_id, | ||
| std::string const & | input_tag | ||
| ) |
Definition at line 346 of file DatabaseStatements.cc.
References get_something_from_database(), and get_structure_count_statement().
Referenced by get_write_delete_pair().
| DatabaseFilterOP protocols::features::get_DB_filter_ptr | ( | ) |
Definition at line 65 of file DatabaseFilters.cc.
Referenced by protocols::features::ProteinSilentReport::ProteinSilentReport().
| cppdb::statement protocols::features::get_highest_score_from_job_data_statement | ( | utility::sql_database::sessionOP | db_session, |
| std::string const & | score_term, | ||
| std::string const & | input_tag, | ||
| core::Size const & | protocol_id | ||
| ) |
Definition at line 234 of file DatabaseStatements.cc.
Referenced by get_struct_id_with_highest_score_from_job_data().
| cppdb::statement protocols::features::get_highest_score_from_score_data_statement | ( | utility::sql_database::sessionOP | db_session, |
| core::Size const & | score_type_id, | ||
| std::string const & | input_tag, | ||
| core::Size const & | protocol_id | ||
| ) |
Definition at line 289 of file DatabaseStatements.cc.
Referenced by get_struct_id_with_highest_score_from_score_data().
| cppdb::statement protocols::features::get_nth_lowest_score_from_job_data_statement | ( | utility::sql_database::sessionOP | db_session, |
| std::string const & | score_term, | ||
| core::Size const & | cutoff_index, | ||
| std::string const & | input_tag, | ||
| core::Size const & | protocol_id | ||
| ) |
Definition at line 119 of file DatabaseStatements.cc.
Referenced by get_struct_id_with_nth_lowest_score_from_job_data().
| cppdb::statement protocols::features::get_nth_lowest_score_from_score_data_statement | ( | utility::sql_database::sessionOP | db_session, |
| core::Size const & | score_type_id, | ||
| core::Size const & | cutoff_index, | ||
| std::string const & | input_tag, | ||
| core::Size const & | protocol_id | ||
| ) |
Definition at line 176 of file DatabaseStatements.cc.
Referenced by get_struct_id_with_nth_lowest_score_from_score_data().
| std::pair<core::Size, core::Size> protocols::features::get_protocol_and_batch_id | ( | std::string | identifier, |
| utility::sql_database::sessionOP | db_session | ||
| ) |
| pair<Size, Size> protocols::features::get_protocol_and_batch_id | ( | string | identifier, |
| sessionOP | db_session | ||
| ) |
Get the protocol and batch ids or create them if they don't yet exist. For MPI protocols, only allow the head node to create protocol or batch ids and have the other nodes ask the head node for the info.
Definition at line 87 of file util.cc.
References deserialize_db_listener_data(), protocol_table_initialized_, serialize_ids(), static_batch_id_map_, static_protocol_id_, and TR().
Referenced by protocols::features::ReportToDB::apply(), and protocols::features::ProteinSilentReport::write_protocol_report().
| core::Real protocols::features::get_score_for_struct_id_and_score_term_from_job_data | ( | utility::sql_database::sessionOP | db_session, |
| boost::uuids::uuid const & | struct_id, | ||
| std::string const & | score_term | ||
| ) |
Definition at line 450 of file DatabaseStatements.cc.
References get_something_from_database().
Referenced by get_write_delete_pair().
| core::Real protocols::features::get_score_for_struct_id_and_score_term_from_score_data | ( | utility::sql_database::sessionOP | db_session, |
| boost::uuids::uuid const & | struct_id, | ||
| core::Size const & | score_type_id | ||
| ) |
Definition at line 480 of file DatabaseStatements.cc.
References get_something_from_database().
Referenced by get_write_delete_pair().
| core::Size protocols::features::get_score_type_id_from_score_term | ( | utility::sql_database::sessionOP | db_session, |
| core::Size const & | protocol_id, | ||
| std::string const & | score_term | ||
| ) |
Definition at line 89 of file DatabaseStatements.cc.
References get_something_from_database().
Referenced by get_write_delete_pair().
| T protocols::features::get_something_from_database | ( | cppdb::statement | statement, |
| T | |||
| ) |
Definition at line 37 of file DatabaseStatements.cc.
References core::pack::interaction_graph::T().
Referenced by get_current_structure_count(), get_score_for_struct_id_and_score_term_from_job_data(), get_score_for_struct_id_and_score_term_from_score_data(), get_score_type_id_from_score_term(), get_struct_id_with_highest_score_from_job_data(), get_struct_id_with_highest_score_from_score_data(), get_struct_id_with_nth_lowest_score_from_job_data(), and get_struct_id_with_nth_lowest_score_from_score_data().
| boost::uuids::uuid protocols::features::get_struct_id_with_highest_score_from_job_data | ( | utility::sql_database::sessionOP | db_session, |
| std::string const & | score_term, | ||
| core::Size const & | protocol_id, | ||
| std::string const & | input_tag | ||
| ) |
Definition at line 413 of file DatabaseStatements.cc.
References get_highest_score_from_job_data_statement(), and get_something_from_database().
Referenced by get_write_delete_pair().
| boost::uuids::uuid protocols::features::get_struct_id_with_highest_score_from_score_data | ( | utility::sql_database::sessionOP | db_session, |
| core::Size const & | score_type_id, | ||
| core::Size const & | protocol_id, | ||
| std::string const & | input_tag | ||
| ) |
Definition at line 431 of file DatabaseStatements.cc.
References get_highest_score_from_score_data_statement(), and get_something_from_database().
Referenced by get_write_delete_pair().
| boost::uuids::uuid protocols::features::get_struct_id_with_lowest_score_from_job_data | ( | utility::sql_database::sessionOP | db_session, |
| std::string const & | score_term, | ||
| core::Size const & | protocol_id, | ||
| std::string const & | input_tag | ||
| ) |
Definition at line 395 of file DatabaseStatements.cc.
References get_struct_id_with_nth_lowest_score_from_job_data().
| boost::uuids::uuid protocols::features::get_struct_id_with_lowest_score_from_score_data | ( | utility::sql_database::sessionOP | db_session, |
| core::Size const & | score_type_id, | ||
| core::Size const & | protocol_id, | ||
| std::string const & | input_tag | ||
| ) |
Definition at line 404 of file DatabaseStatements.cc.
References get_struct_id_with_nth_lowest_score_from_score_data().
| boost::uuids::uuid protocols::features::get_struct_id_with_nth_lowest_score_from_job_data | ( | utility::sql_database::sessionOP | db_session, |
| std::string const & | score_term, | ||
| core::Size const & | cutoff_index, | ||
| core::Size const & | protocol_id, | ||
| std::string const & | input_tag | ||
| ) |
Definition at line 356 of file DatabaseStatements.cc.
References get_nth_lowest_score_from_job_data_statement(), and get_something_from_database().
Referenced by get_struct_id_with_lowest_score_from_job_data(), and get_write_delete_pair().
| boost::uuids::uuid protocols::features::get_struct_id_with_nth_lowest_score_from_score_data | ( | utility::sql_database::sessionOP | db_session, |
| core::Size const & | score_type_id, | ||
| core::Size const & | cutoff_index, | ||
| core::Size const & | protocol_id, | ||
| std::string const & | input_tag | ||
| ) |
Definition at line 376 of file DatabaseStatements.cc.
References get_nth_lowest_score_from_score_data_statement(), and get_something_from_database().
Referenced by get_struct_id_with_lowest_score_from_score_data(), and get_write_delete_pair().
| cppdb::statement protocols::features::get_structure_count_statement | ( | utility::sql_database::sessionOP | db_session, |
| std::string const & | input_tag, | ||
| core::Size const & | protocol_id | ||
| ) |
Definition at line 52 of file DatabaseStatements.cc.
Referenced by get_current_structure_count().
| WriteDeletePair protocols::features::get_write_delete_pair | ( | core::pose::Pose const & | pose, |
| utility::sql_database::sessionOP | db_session, | ||
| core::Size const & | protocol_id, | ||
| core::Size const & | count, | ||
| std::string const & | score_term, | ||
| std::string | current_input = "" |
||
| ) |
Definition at line 85 of file DatabaseFilters.cc.
References protocols::nonlocal::current_job(), get_current_model_score(), get_current_structure_count(), protocols::jd2::JobDistributor::get_instance(), get_score_for_struct_id_and_score_term_from_job_data(), get_score_for_struct_id_and_score_term_from_score_data(), get_score_type_id_from_score_term(), get_struct_id_with_highest_score_from_job_data(), get_struct_id_with_highest_score_from_score_data(), get_struct_id_with_nth_lowest_score_from_job_data(), get_struct_id_with_nth_lowest_score_from_score_data(), and TR().
Referenced by protocols::features::TopCountOfEachInput::operator()(), and protocols::features::TopCountOfAllInputs::operator()().
| std::string protocols::features::serialize_ids | ( | int | protocol_id, |
| std::string | identifier, | ||
| core::Size | batch_id | ||
| ) |
Definition at line 273 of file util.cc.
Referenced by get_protocol_and_batch_id().
|
static |
| basic::Tracer protocols::features::TR | ( | "protocols.features.DatabaseFilters" | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by protocols::features::helixAssembly::HelixBundleFeatures::calc_crossing_angles(), protocols::features::strand_assembly::StrandBundleFeatures::check_sheet_dis_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::check_sheet_dis_parallel(), protocols::features::helixAssembly::HelixBundleFeatures::get_helix_fragments(), protocols::features::helixAssembly::HelixBundleFeatures::get_helix_pairs(), get_protocol_and_batch_id(), get_write_delete_pair(), protocols::features::ReportToDB::initialize_pose(), protocols::features::ResidueTotalScoresFeatures::insert_residue_total_scores_rows(), protocols::features::ProteinResidueConformationFeatures::load_conformation(), protocols::features::ReportToDB::parse_my_tag(), protocols::features::ReportToDB::parse_name_tag_item(), protocols::features::ReportToDB::parse_sample_source_tag_item(), protocols::features::strand_assembly::StrandBundleFeatures::report_features(), protocols::features::helixAssembly::HelixBundleFeatures::report_features(), protocols::features::RotamerFeatures::report_features(), protocols::features::ReportToDB::report_features(), and protocols::features::ReportToDB::ReportToDB().
|
static |
|
static |
|
static |
| bool protocols::features::protocol_table_initialized_ = false |
Definition at line 75 of file util.cc.
Referenced by get_protocol_and_batch_id().
| map<string, Size> protocols::features::static_batch_id_map_ |
Definition at line 76 of file util.cc.
Referenced by get_protocol_and_batch_id().
| Size protocols::features::static_protocol_id_ = 0 |
Definition at line 74 of file util.cc.
Referenced by get_protocol_and_batch_id().
1.8.4