![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <Local_structural_comparison_workflow.hpp>
T_Local_structural_comparison_workflow (const std::string &application_name, const std::string &specific_help) | |
Initializes the workflow by setting the application name, the help, and building the workflow graph. More... | |
Public methods | |
void | start (int argc, char *argv[]) |
Starts the workflow by reading the command line options, and pushing the start vertex on the stack. More... | |
void | initialize (void) |
Initialize the workflow. More... | |
void | set_module_for_conformations () |
Sets a flag for the subdomain comparator to be in conformations mode. More... | |
std::string | make_prefixed_filename (const std::string &name) |
Build a custom prefix for the output names. More... | |
void | build (void) |
Initializes the workflow by adding loaders, modules, and flows. More... | |
|
inline |
Initializes the workflow by setting the application name, the help, and building the workflow graph.
|
inline |
Initializes the workflow by adding loaders, modules, and flows.
|
inline |
Initialize the workflow.
|
inline |
Build a custom prefix for the output names.
|
inline |
Sets a flag for the subdomain comparator to be in conformations mode.
|
inline |
Starts the workflow by reading the command line options, and pushing the start vertex on the stack.