Job request: 24424
- Organisation:
- King's College London
- Workspace:
- zoster_incidence_imids
- ID:
- vrxn324anwkbhjkk
This page shows the technical details of what happened when the authorised researcher Zijing Yang 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:
-
m4ocpu3avv6dycbz
-
- Job identifier:
-
bisywi4t3q6a725q
-
- Job identifier:
-
ogbnuvlq2js4gpai
-
- Job identifier:
-
lvo5xox6rhuj37xg
-
- Job identifier:
-
evbb5anq3chaq2gg
-
- Job identifier:
-
uejnd3wlenvlmyxl
-
- Job identifier:
-
ywulejqm4nszzpab
Pipeline
Show project.yaml
version: '4.0'
actions:
generate_dataset:
run: ehrql:v1 generate-dataset analysis/dataset_definition.py --output output/dataset.arrow
outputs:
highly_sensitive:
dataset: output/dataset.arrow
data_cleaning:
run: r:latest analysis/data_cleaning.R
needs:
- generate_dataset
outputs:
highly_sensitive:
table1: output/dt.csv
Baseline_table:
run: r:latest analysis/baseline_table.R
needs:
- data_cleaning
outputs:
moderately_sensitive:
table1: output/Baseline_table.csv
Incidence_table:
run: r:latest analysis/Incidence_imids_diag_V2.R
needs:
- data_cleaning
outputs:
moderately_sensitive:
table1: output/zoster_by_month_and_imids.csv
Incidence_gender_table:
run: r:latest analysis/Incidence_imids_diag_gender.R
needs:
- data_cleaning
outputs:
moderately_sensitive:
table1: output/zoster_by_month_imids_gender.csv
KM_plot:
run: r:latest analysis/km_survival.R
needs:
- data_cleaning
outputs:
moderately_sensitive:
plot: output/km_zoster_combined.png
Incidence_plot:
run: r:latest analysis/incidence_plot.R
needs:
- data_cleaning
- Incidence_table
- Incidence_gender_table
outputs:
moderately_sensitive:
plot: output/*.png
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 01:15:27
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- zoster_incidence_imids
- Requested by
- Zijing Yang
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 3f7bc72
- Requested actions
-
-
generate_dataset -
data_cleaning -
Baseline_table -
Incidence_table -
Incidence_gender_table -
KM_plot -
Incidence_plot -
run_all
-
Code comparison
Compare the code used in this job request