Job request: 4338
- Organisation:
- University of Manchester
- Workspace:
- covid-diabetes-outcomes
- ID:
- kj2qeersmceqtwnv
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 in the project, within a secure environment.
By cross-referencing the list of jobs with the
pipeline section below, you can infer what
security level
various outputs were written to. Researchers can never directly
view outputs marked as
highly_sensitive
;
they can only request that code runs against them. Outputs
marked as
moderately_sensitive
can be viewed by an approved researcher by logging into a highly
secure environment. Only outputs marked as
moderately_sensitive
can be requested for release to the public, via a controlled
output review service.
Jobs
-
- Job identifier:
-
hu3galj4plmmbpk2
-
- Job identifier:
-
no75jvuzwauohe46
-
- Job identifier:
-
yv7euahyqz2v2h66
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:00:22
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- covid-diabetes-outcomes
- Requested by
- Matthew Carr
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- bb0ec8c
- Requested actions
-
-
generate_cohort
-
data_cleaning
-
analyses_option1_table1
-
Code comparison
Compare the code used in this Job Request