|
Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
The base class for running blast tools as a separate process. More...
#include <external_blast_tool_factory.hpp>
Public Member Functions | |
| virtual | ~ExternalBlastToolFactory () |
| The ExternalBlastToolFactory destructor. More... | |
Public Member Functions inherited from BlastToolFactory | |
| BlastToolFactory (const json_t *service_config_p) | |
| The BlastToolFactory constructor. More... | |
| virtual | ~BlastToolFactory () |
| The BlastToolFactory destructor. More... | |
| virtual const char * | GetName ()=0 |
| Get an identifying name for this BlastToolFactory. More... | |
| virtual BlastTool * | CreateBlastTool (BlastServiceJob *job_p, const char *name_s, const BlastServiceData *data_p)=0 |
| Create a BlastTool. More... | |
| virtual BlastTool * | CreateBlastTool (const json_t *json_p, BlastServiceJob *blast_job_p, BlastServiceData *service_data_p)=0 |
| Create a BlastTool from serialised JSON. More... | |
| virtual Synchronicity | GetToolsSynchronicity () const =0 |
| Are the BlastTools that this BlastToolFactory create able to run asynchronously? More... | |
Protected Member Functions | |
| ExternalBlastToolFactory (const json_t *config_p) | |
| The constructor for SystemBlastToolFactory. More... | |
Protected Attributes | |
| const char * | ebtf_program_name_s |
| The command line executable to use to run blast jobs. More... | |
Protected Attributes inherited from BlastToolFactory | |
| const json_t * | btf_service_config_p |
| The JSON fragment containing the configuration data for this BlastToolFactory. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from BlastToolFactory | |
| static BlastToolFactory * | GetBlastToolFactory (const json_t *service_config_p) |
| Get the BlastToolFactory to use. More... | |
The base class for running blast tools as a separate process.
|
virtual |
The ExternalBlastToolFactory destructor.
|
protected |
The constructor for SystemBlastToolFactory.
| config_p | The Blast Service configuration from the global server configuration. |
|
protected |
The command line executable to use to run blast jobs.