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

Detailed Description

Runs a set of commands with their corresponding parameters.Possible on multiple processes.

This class, once instanciated, can be used in three steps: First add the paths to executable programs using add_exec(path_to_program). Second bind the parameters to their corresponding executables using bind_args_to_executable(parameters, path_to_program). Finally, run all the commands with run().