![]() |
Rosetta Protocols
2014.16.56682
|
#include <ThreadingJobInputter.hh>
Public Member Functions | |
| ThreadingJobInputter () | |
| virtual void | pose_from_job (core::pose::Pose &pose, protocols::jd2::JobOP job) |
| this function is responsible for filling the pose reference with the pose indicated by the job. The Job object (within its InnerJob) contains a PoseCOP. This function needs to either fill the pose reference from the InnerJob or, on first demand of a pose from that InnerJob, instantiate the pose, hand off a COP to the InnerJob, and fill the reference. More... | |
| virtual void | fill_jobs (protocols::jd2::Jobs &jobs) |
| this function determines what jobs exist More... | |
| virtual protocols::jd2::JobInputterInputSource::Enum | input_source () const |
| Return the type of input source that the ThreadingJobInputter is currently using for template structures. More... | |
Public Member Functions inherited from protocols::jd2::JobInputter | |
| virtual | ~JobInputter () |
Private Types | |
| typedef utility::vector1 < core::sequence::SequenceAlignment > | Alignments |
| typedef utility::vector1 < core::pose::PoseOP > | PoseOPs |
| typedef std::map< std::string, PoseOPs > | PoseMap |
| typedef utility::vector1 < std::string > | FileList |
| typedef std::map< std::string, utility::vector1< core::Size > > | ExtraResidues |
Private Member Functions | |
| size_t | num_templates () const |
| Returns the number of templates in <template_poses_> More... | |
Private Attributes | |
| Alignments | alignments_ |
| PoseMap | template_poses_ |
| ExtraResidues | extra_residues_ |
| protocols::jd2::JobInputterInputSource::Enum | input_source_ |
Additional Inherited Members | |
Static Public Member Functions inherited from protocols::jd2::JobInputter | |
| static std::string | job_inputter_input_source_to_string (JobInputterInputSource::Enum source) |
| call this with input_source() to get the input source of a particular job inputter More... | |
Protected Member Functions inherited from protocols::jd2::JobInputter | |
| void | load_pose_into_job (core::pose::Pose const &pose, JobOP job) |
| this function modifies the InnerJob's pose. Access to that pose is via friendship. More... | |
| void | load_pose_into_job (core::pose::PoseCOP pose, JobOP job) |
| this function modifies the InnerJob's pose. Access to that pose is via friendship. More... | |
| virtual core::Size | get_nstruct () const |
| this code is here to restrict the use of inner_job_nonconst (this class is a friend class and can do it) More... | |
This is the simplest implementation of JobInputter
|
private |
|
private |
|
private |
|
private |
|
private |
| protocols::comparative_modeling::ThreadingJobInputter::ThreadingJobInputter | ( | ) |
References in::file::alignment, alignments_, cm::aln_format, core::io::silent::SilentFileData::begin(), core::io::silent::SilentFileData::end(), extra_residues_, input_source_, jd2, option, protocols::jd2::JobInputterInputSource::PDB_FILE, core::import_pose::poseOPs_from_pdbs(), protocols::comparative_modeling::read_extra_residues(), core::io::silent::SilentFileData::read_file(), protocols::jd2::JobInputterInputSource::SILENT_FILE, cm::steal_extra_residues, in::file::template_pdb, template_poses_, in::file::template_silent, protocols::comparative_modeling::tr, user, and utility_exit_with_message.
Referenced by protocols::comparative_modeling::ThreadingJobInputterCreator::create_JobInputter().
|
virtual |
this function determines what jobs exist
this function determines what jobs
Implements protocols::jd2::JobInputter.
References alignments_, cm::aln_length_filter, cm::aln_length_filter_quantile, extra_res, extra_residues_, protocols::jd2::JobInputter::get_nstruct(), nstruct, option, template_poses_, protocols::comparative_modeling::tr, and user.
|
virtual |
Return the type of input source that the ThreadingJobInputter is currently using for template structures.
Implements protocols::jd2::JobInputter.
References input_source_.
|
private |
Returns the number of templates in <template_poses_>
References template_poses_.
|
virtual |
this function is responsible for filling the pose reference with the pose indicated by the job. The Job object (within its InnerJob) contains a PoseCOP. This function needs to either fill the pose reference from the InnerJob or, on first demand of a pose from that InnerJob, instantiate the pose, hand off a COP to the InnerJob, and fill the reference.
This function will first see if the pose already exists in the Job. If not, it will read it into the pose reference, and hand a COP cloned from that pose to the Job. If the pose pre-exists it just copies the COP's pose into it.
Implements protocols::jd2::JobInputter.
References protocols::jd2::Job::add_string_real_pair(), core::sequence::alignment_into_pose(), protocols::comparative_modeling::ExtraThreadingMover::apply(), protocols::comparative_modeling::ThreadingMover::apply(), protocols::comparative_modeling::ThreadingMover::build_loops(), extra_res, FA_STANDARD, in::file::fasta, utility::pointer::owning_ptr< T >::get(), protocols::jd2::Job::inner_job(), core::pose::make_pose_from_sequence(), option, protocols::comparative_modeling::ThreadingMover::randomize_loop_coords(), core::sequence::read_fasta_file(), protocols::comparative_modeling::ThreadingMover::repack_query(), residue_type_set, sequence, core::pose::Pose::total_residue(), protocols::comparative_modeling::tr, user, and utility_exit_with_message.
|
private |
Referenced by fill_jobs(), and ThreadingJobInputter().
|
private |
Referenced by fill_jobs(), and ThreadingJobInputter().
|
private |
Referenced by input_source(), and ThreadingJobInputter().
|
private |
Referenced by fill_jobs(), num_templates(), and ThreadingJobInputter().
1.8.7