Using Google Life Sciences API in Sandbox
Last updated
Was this helpful?
Last updated
Was this helpful?
Sandbox pipelines are executed using . Cromwell is a scientific workflow management system that can be configured to execute jobs using different backends. In the Sandbox, Cromwell has been configured to use the Cloud Life Sciences API. The Cloud Life Sciences API can also be used directly in the sandbox, for example, to retrieve information about specific jobs.
Follow these instructions to call the Cloud Life Sciences API in your Sandbox iVM terminal.
Save the Cloud Life Sciences API location in the $LOCATION
environmental variable by executing the following command:
You can use the Cloud Life Sciences API to retrieve job information after you have defined the $LOCATION
environmental variable. The REST API operations are documented in .
You can list all running jobs (operations) by using the following command:
Above, we used the $(gcloud auth print-access-token)
command to retrieve the access token.
You will need to parse the JSON output to find information about the jobs.
Further information
Sandbox users do not currently have permission to use the Cloud Life Sciences API command. Please contact the humgen service desk () if you would like to use it.\