![]() |
Rosetta
2021.16
|
A Job Inputter for distributing a job based on a set of input structures that make up an ensemble Two modes. Seed Ensemble and Grid Ensemble. More...
#include <EnsembleJobInputter.hh>

Public Member Functions | |
| EnsembleJobInputter () | |
| ~EnsembleJobInputter () override | |
| void | fill_jobs (JobsContainer &jobs) override |
| this function determines what jobs exist from -s/-l More... | |
Public Member Functions inherited from protocols::jd2::PDBJobInputter | |
| PDBJobInputter () | |
| ~PDBJobInputter () override | |
| void | pose_from_job (core::pose::Pose &pose, JobOP job) override |
| 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 implementation uses pose_from_pdb More... | |
| void | fill_jobs (JobsContainer &jobs) override |
| this function determines what jobs exist from -s/-l More... | |
| JobInputterInputSource::Enum | input_source () const override |
| Return the type of input source that the PDBJobInputter is currently using. More... | |
Public Member Functions inherited from protocols::jd2::JobInputter | |
| ~JobInputter () override | |
| JobInputterCOP | get_self_ptr () const |
| Get self const owning pointers. More... | |
| JobInputterOP | get_self_ptr () |
| Get self owning pointers. More... | |
| JobInputterCAP | get_self_weak_ptr () const |
| Get self const weak pointers. More... | |
| JobInputterAP | get_self_weak_ptr () |
| Get self weak pointers. More... | |
| virtual void | update_jobs_list (JobsContainerOP jobs) |
| This function is only called by certain JobInputters to update the jobs list after it has already been created. More... | |
| virtual bool | updates_jobs_list () const |
| Does this type of JobInputter update the jobs list? More... | |
Private Member Functions | |
| utility::vector1< core::Real > | read_get_weights (std::string const &filename, utility::vector1< std::string > const &inputs) const |
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... | |
A Job Inputter for distributing a job based on a set of input structures that make up an ensemble Two modes. Seed Ensemble and Grid Ensemble.
Randomly choose the starting files using the list of structures given by -s and -l
-jd2:seed_ensemble_weights (RealVector)
-jd2:seed_ensemble_weight_file (File)
Example:
#name weight ALL 1 awesome_model.pdb 3
-jd2:seed_ensemble (Bool)
Use the input files given in -s and -l and nstruct to cover a grid.
-in:jd2:grid_ensemble (Bool)
| protocols::jd2::EnsembleJobInputter::EnsembleJobInputter | ( | ) |
References protocols::jd2::TR().
|
overridedefault |
|
overridevirtual |
this function determines what jobs exist from -s/-l
this function determines what jobs exist from -s/-l
Implements protocols::jd2::JobInputter.
References protocols::jd2::JobsContainer::clear(), protocols::jd2::JobsContainer::push_back(), core::scoring::rg, core::id::to_string(), and protocols::jd2::TR().
|
private |
References protocols::jd2::TR().
1.8.7