![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
[includes] More...
Functions | |
def | get_env (name) |
accessing env variable More... | |
def | get_env_or_die (name) |
def | make_modules_path (directory) |
Loading all modules of SBL, if they were not installed. More... | |
Variables | |
def | SBL_DIR = get_env("SBL_DIR") |
string | SBL_APPLICATIONS_DIR = "%s/Applications" % SBL_DIR |
string | SBL_CORE_DIR = "%s/Core" % SBL_DIR |
[includes]
def SBL.get_env | ( | name | ) |
accessing env variable
def SBL.get_env_or_die | ( | name | ) |
def SBL.make_modules_path | ( | directory | ) |
Loading all modules of SBL, if they were not installed.
string SBL_APPLICATIONS_DIR = "%s/Applications" % SBL_DIR |
string SBL_CORE_DIR = "%s/Core" % SBL_DIR |
def SBL_DIR = get_env("SBL_DIR") |