Job request: 14496
- Organisation:
- University of Manchester
- Workspace:
- sepsis_hosp_admission
- ID:
- flimwpayn4qvzixb
This page shows the technical details of what happened when the authorised researcher Billy Zhong requested one or more actions to be run against real patient data within a secure environment.
By cross-referencing the list of jobs with the pipeline section below, you can infer what security level the outputs were written to.
The output security levels are:
-
highly_sensitive
- Researchers can never directly view these outputs
- Researchers can only request code is run against them
-
moderately_sensitive
- Can be viewed by an approved researcher by logging into a highly secure environment
- These are the only outputs that can be requested for public release via a controlled output review service.
Jobs
-
- Job identifier:
-
6pzgow53mnqvdxhu
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 30000
actions:
### study cohort ###
generate_study_population_case:
run: cohortextractor:latest generate_cohort --study-definition study_definition_case
outputs:
highly_sensitive:
cohort: output/input_case.csv
case_check:
run: r:latest analysis/case_check.R
needs: [generate_study_population_case]
outputs:
highly_sensitive:
cohort: output/case_ch.csv
moderately_sensitive:
table1: output/case_check.csv
table2: output/case_frequency_check.csv
sepsis_trend:
run: r:latest analysis/sepsis_trend.R
needs: [case_check]
outputs:
moderately_sensitive:
plot1: output/figure_2.1.jpeg
plot2: output/figure_2.2.jpeg
plot3: output/figure_2.3.jpeg
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:00:26
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- sepsis_hosp_admission
- Requested by
- Billy Zhong
- Branch
- sepsis
- Force run dependencies
- No
- Git commit hash
- 51f2952
- Requested actions
-
-
sepsis_trend
-
Code comparison
Compare the code used in this job request