This is the simplest implementation of ChunkLibraryInputter, which reads from -s/-l and PDB files.
More...
#include <PDBChunkLibraryInputter.hh>
|
| static std::string | keyname () |
| | returns the name for the element that will be used in a job-definition file for a structure originating from a .pdb file: "PDB" More...
|
| |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
| | returns the schema for the PDB element used in a job-definition file including all options that govern how a PDB is loaded. More...
|
| |
| static void | list_options_read (utility::options::OptionKeyList &read_options) |
| |
This is the simplest implementation of ChunkLibraryInputter, which reads from -s/-l and PDB files.
| protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::PDBChunkLibraryInputter |
( |
| ) |
|
| protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::~PDBChunkLibraryInputter |
( |
| ) |
|
|
override |
| core::pose::PoseOP protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::chunk_library_from_input_source |
( |
ChunkLibraryInputSource const & |
input_source, |
|
|
utility::options::OptionCollection const & |
options, |
|
|
utility::tag::TagCOP |
tag |
|
) |
| |
|
overridevirtual |
| ChunkLibraryInputSources protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::chunk_library_input_sources_from_command_line |
( |
| ) |
|
|
overridevirtual |
| ChunkLibraryInputSources protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::chunk_library_input_sources_from_tag |
( |
utility::options::OptionCollection const & |
opts, |
|
|
utility::tag::TagCOP |
|
|
) |
| |
|
overridevirtual |
| bool protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::job_available_on_command_line |
( |
| ) |
const |
|
overridevirtual |
| std::string protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::keyname |
( |
| ) |
|
|
static |
| void protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::list_options_read |
( |
utility::options::OptionKeyList & |
read_options | ) |
|
|
static |
| void protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
The documentation for this class was generated from the following files: