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.
◆ PDBChunkLibraryInputter()
| protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::PDBChunkLibraryInputter |
( |
| ) |
|
◆ ~PDBChunkLibraryInputter()
| protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::~PDBChunkLibraryInputter |
( |
| ) |
|
|
override |
◆ chunk_library_from_input_source()
| 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 |
◆ chunk_library_input_sources_from_command_line()
| ChunkLibraryInputSources protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::chunk_library_input_sources_from_command_line |
( |
| ) |
|
|
overridevirtual |
◆ chunk_library_input_sources_from_tag()
| ChunkLibraryInputSources protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::chunk_library_input_sources_from_tag |
( |
utility::options::OptionCollection const & |
opts, |
|
|
utility::tag::TagCOP |
|
|
) |
| |
|
overridevirtual |
◆ job_available_on_command_line()
| bool protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::job_available_on_command_line |
( |
| ) |
const |
|
overridevirtual |
◆ keyname()
| std::string protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::keyname |
( |
| ) |
|
|
static |
◆ list_options_read()
| void protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::list_options_read |
( |
utility::options::OptionKeyList & |
read_options | ) |
|
|
static |
◆ provide_xml_schema()
| 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: