Client-side methods for adding entries into the Scientific
Validation's run application. This includes the Host and Build
models.
|
environment_get(schrodinger,
args,
label)
Return the ID of the environment with the same description and
build_id. |
|
|
|
environment_add(description,
build_id,
label)
Create a new Environment and return the environment's ID. |
|
|
|
host_get(hostname)
Return the ID of the job host matching the provided hostname. |
|
|
|
host_add(hostname)
Return the ID of the job host matching the provided hostname. |
|
|
|
_get_build_str(build_obj,
ignore=[ ] )
Private function to print the description of a build |
|
|
|
_raise_build_get_error(builds,
pre_message,
ignore=[ ] ) |
|
|
|
build_list(number=5)
List the number most recent builds. |
|
|
|
build_get(path,
build_id=None)
Return the build matching the provided path. |
|
|
|
build_add(build_params)
Add a build to the Builds model. |
|
|
|
get_mmshare_directory(schrodinger_path,
custom=False)
Find the mmshare directory in a given SCHRODINGER directory. |
|
|
|
|
|
standard_build_add(path)
Add a standard build to the Builds model. |
|
|
|
add_custom_build_parser(subparser)
Add the parser for adding custom builds to a subparser. |
|
|
|
mmshare_type(value)
A type for the argparser that requires a 5-digit integer |
|
|