Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Built-in Methods | |
def | __len__ (self) |
Return the number of run specifications. More... | |
Runs | |
def | add_run_specification (self, run_specification) |
Add a run specification to the list. More... | |
def | get_lists_of_run_options (self) |
Return the lists of nvp options corresponding to all runs. More... | |
def | get_executable_path (self) |
Get the executable path. More... | |
def | build_run_commands (self) |
Build all the run commands from the list of specifications, and return them as a list. More... | |
def | run (self, output_directory, nb_instances=1) |
Start all the runs in the list. More... | |
A list of run specifications. It manages also the start of the runs, in particular when several instances of the same run are required.