|
Rosetta 3.5
|
#include <ScoreOnlyJobOutputter.hh>


Public Member Functions | |
| ScoreOnlyJobOutputter () | |
| virtual void | final_pose (JobCOP job, core::pose::Pose const &pose) |
| this function takes a string and writes it to disk (separately from Tracer output). use some sort of extention option system - default .dat? .data? More... | |
| virtual void | other_pose (JobCOP job, core::pose::Pose const &pose, std::string const &tag, int copy_count=-1, bool score_only=false) |
| this function is intended for saving mid-protocol poses; for example the final centroid structure in a combined centroid/fullatom protocol. More... | |
| virtual bool | job_has_completed (JobCOP job) |
| this function is not used for output, but it belongs here since it needs to check the same output locations as the class normally writes to. This class checks wherever output goes to see if the job's expected output already exists (on disk or whatever). This is the most basic form of checkpointing. More... | |
| virtual std::string | output_name (JobCOP job) |
| this is the master function for determining the unique output identifier for a job More... | |
Public Member Functions inherited from protocols::jd2::FileJobOutputter | |
| FileJobOutputter () | |
| virtual | ~FileJobOutputter () |
| virtual void | file (JobCOP job, std::string const &data) |
| this function takes a string and writes it to disk (separately from Tracer output). More... | |
| utility::file::FileName const & | scorefile_name () |
| bool | write_scorefile () const |
Public Member Functions inherited from protocols::jd2::JobOutputter | |
| JobOutputter () | |
| virtual | ~JobOutputter () |
| virtual void | flush () |
| this function is meant to be redefined in child classes to allow for flushing of memory buffers. More... | |
| virtual void | starting_pose (core::pose::Pose const &) |
| optionally pass a starting (reference) pose to a JobOutputter for later comparison purposes and/or as interface for initializing evaluators More... | |
| virtual std::string | filename (JobCOP) const |
| void | add_evaluation (evaluation::PoseEvaluatorOP) |
| void | set_evaluators (evaluation::PoseEvaluators const &) |
| void | clear_evaluators () |
| clear the list of evaluators More... | |
| evaluation::PoseEvaluatorsCOP | evaluators () const |
| void | evaluate (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &pss) const |
Private Member Functions | |
| void | read_done_jobs () |
Private Attributes | |
| utility::vector1< std::string > | score_file_tags_ |
Additional Inherited Members | |
Public Types inherited from protocols::jd2::FileJobOutputter | |
| typedef protocols::jd2::JobOutputter | parent |
Protected Member Functions inherited from protocols::jd2::FileJobOutputter | |
| virtual void | scorefile (JobCOP job, core::pose::Pose const &pose, std::string tag="", std::string scorefile="") |
| this function will handle the scorefile. If you need to make it virtual do so. Latter two arguments are for redirecting the output to a different scorefile for "other_pose"s. Also adds StringReal job info to the score file. More... | |
Joboutputter that only outputs score files, useful for screening protocols
Definition at line 38 of file ScoreOnlyJobOutputter.hh.
| protocols::jd2::ScoreOnlyJobOutputter::ScoreOnlyJobOutputter | ( | ) |
Definition at line 32 of file ScoreOnlyJobOutputter.cc.
References read_done_jobs().
|
virtual |
this function takes a string and writes it to disk (separately from Tracer output). use some sort of extention option system - default .dat? .data?
this function outputs the final result of a job.
Implements protocols::jd2::FileJobOutputter.
Definition at line 40 of file ScoreOnlyJobOutputter.cc.
References protocols::jd2::FileJobOutputter::scorefile().
this function is not used for output, but it belongs here since it needs to check the same output locations as the class normally writes to. This class checks wherever output goes to see if the job's expected output already exists (on disk or whatever). This is the most basic form of checkpointing.
Implements protocols::jd2::FileJobOutputter.
Definition at line 58 of file ScoreOnlyJobOutputter.cc.
References output_name(), read_done_jobs(), and score_file_tags_.
|
virtual |
this function is intended for saving mid-protocol poses; for example the final centroid structure in a combined centroid/fullatom protocol.
Implements protocols::jd2::FileJobOutputter.
Definition at line 45 of file ScoreOnlyJobOutputter.cc.
References protocols::jd2::FileJobOutputter::scorefile().
|
virtual |
this is the master function for determining the unique output identifier for a job
Implements protocols::jd2::FileJobOutputter.
Definition at line 99 of file ScoreOnlyJobOutputter.cc.
References protocols::jd2::JobOutputter::affixed_numbered_name().
Referenced by job_has_completed().
|
private |
Definition at line 80 of file ScoreOnlyJobOutputter.cc.
References protocols::swa::rna::file_exists(), core::io::silent::SilentFileData::read_tags_fast(), score_file_tags_, and protocols::jd2::FileJobOutputter::scorefile_name().
Referenced by job_has_completed(), and ScoreOnlyJobOutputter().
|
private |
Definition at line 72 of file ScoreOnlyJobOutputter.hh.
Referenced by job_has_completed(), and read_done_jobs().
1.8.4