53 ///@brief this function takes a string and writes it to disk (separately from Tracer output). This implementation writes a single file whose filename is based on the job and a user-specified extension (default .data)
54// virtual --> moved to FileJobOutputter
55// void file( JobCOP job, std::string const & data );
56
57 ///@brief this function outputs the final result of a job. This implementation will write a PDB file (plus scores).
61 ///@brief this function is intended for saving mid-protocol poses; for example the final centroid structure in a combined centroid/fullatom protocol. This implementation will write a PDB file (plus scores).
65 /////////////////////////////////state of output functions/////////////////////////////////
66
67 ///@brief 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. The base implementation looks for a pdb with the job's name already in existence.
76 ///@brief this private function provides the extended name, not just the output name. e.g output_name returns 1UBQ_0001, this returns 1UBQ_0001.pdb. In this case the extension is .pdb