Upload information to the code_run table in the data registry
new_code_run(
run_date,
description,
code_repo_url,
model_config_url,
submission_script_url,
inputs_urls = list(),
outputs_urls = list(),
endpoint = "http://127.0.0.1:8000/api/"
)the date-time of the code_run
e.g. Sys.time() or "2010-07-11 12:15:00 BST"
(optional) a string containing a free text
description of the code_run
(optional) a string specifying the URL of an
object associated with the code_repo_release that was run
(optional) a string specifying the URL of an
object associated with the working config file used for the
code_run
(optional) a string specifying the URL
of an object associated with the submission script used for the
code_run
a list of object_component URLs referencing
code_run inputs
a list of object_component URLs referencing
code_run outputs
a string specifying the registry endpoint
Other new functions:
new_author(),
new_code_repo_release(),
new_data_product(),
new_external_object(),
new_file_type(),
new_issue(),
new_keyword(),
new_licence(),
new_namespace(),
new_object(),
new_object_component(),
new_quality_controlled(),
new_storage_location(),
new_storage_root(),
new_user_author()