Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
BM_Run_specification_tuple Class Reference

Built-in Methods

def __init__ (self, executable_path="")
 Initialize a run specification with possibly the executable path. More...
 
def __len__ (self)
 Return the number of options in the specification. More...
 

Executable Path

def get_run_options (self)
 Return the list of nvp options corresponding to this run. More...
 
def get_executable_path (self)
 Get the executable path. More...
 
def set_executable_path (self, executable_path)
 Set the executable file path. More...
 

Options Management

def add_option (self, name, value="")
 Add the option name for an input option with a given value. More...
 
def add_file_option (self, name, value="")
 Add the option name for an input file option with the path to a file. More...
 
def build_run_command (self)
 Create the command line corresponding to the specified run. More...
 
def run (self)
 Starts the specified run. More...
 

Detailed Description

A list of name-value-pairs to specify one run. A list of name-value-pairs to specify one run.