Job request: 4353
- Organisation:
- University of Manchester
- Workspace:
- covid-diabetes-outcomes
- ID:
- k3vbmfvgrmbisati
This page shows the technical details of what happened when the authorised researcher Matthew Carr 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:
-
7id3tzzl6iikif65
-
- Job identifier:
-
dculiy7mu7dk3wy7
-
- Job identifier:
-
454xbmvr2r4v7yrn
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 100000
actions:
generate_cohort:
run: cohortextractor:latest generate_cohort --study-definition study_definition_part1
outputs:
highly_sensitive:
cohort: output/input_part1.csv
data_cleaning:
run: stata-mp:latest analysis/010_cleaning.do
needs: [generate_cohort]
outputs:
highly_sensitive:
analysis_dataset: output/input_part1_clean.dta
matching_groups_1_and_2:
run: stata-mp:latest analysis/021_matching_groups_1_and_2.do
needs: [data_cleaning]
outputs:
highly_sensitive:
analysis_dataset: output/matched_groups_1_and_2.dta
matching_groups_1_and_3:
run: stata-mp:latest analysis/022_matching_groups_1_and_3.do
needs: [data_cleaning]
outputs:
highly_sensitive:
analysis_dataset: output/matched_groups_1_and_3.dta
matching_groups_1_2_and_3:
run: stata-mp:latest analysis/023_matching_groups_1_2_and_3.do
needs: [matching_groups_1_and_2, matching_groups_1_and_3]
outputs:
highly_sensitive:
analysis_dataset: output/matched_groups_1_2_and_3.dta
analyses_option1_table1:
run: stata-mp:latest analysis/110_analyses_option1_table1_demographics.do
needs: [data_cleaning]
outputs:
moderately_sensitive:
table1: output/results/option1_table1_demographics.dta
table2: output/results/option1_table1_demographics.csv
analyses_option1_table2:
run: stata-mp:latest analysis/120_analyses_option1_table2_rates.do
needs: [data_cleaning]
outputs:
moderately_sensitive:
table1: output/results/option1_table2_rates.dta
table2: output/results/option1_table2_rates.csv
analyses_option1_table3:
run: stata-mp:latest analysis/130_analyses_option1_table3_hazardratios.do
needs: [data_cleaning]
outputs:
moderately_sensitive:
table1: output/results/option1_table3_hazardratios.dta
table2: output/results/option1_table3_hazardratios.csv
analyses_option1_table4:
run: stata-mp:latest analysis/140_analyses_option1_table4_stratified_rates.do
needs: [data_cleaning]
outputs:
moderately_sensitive:
table1: output/results/option1_table4_stratified_rates.dta
table2: output/results/option1_table4_stratified_rates.csv
analyses_option1_table5:
run: stata-mp:latest analysis/150_analyses_option1_table5_stratified_hazardratios.do
needs: [data_cleaning]
outputs:
moderately_sensitive:
table1: output/results/option1_table5_stratified_hazardratios.dta
table2: output/results/option1_table5_stratified_hazardratios.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 01:13:47
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- covid-diabetes-outcomes
- Requested by
- Matthew Carr
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- d5a51a2
- Requested actions
-
-
generate_cohort -
data_cleaning -
analyses_option1_table1
-
Code comparison
Compare the code used in this job request