Job request: 6805
- Organisation:
- King's College London
- Workspace:
- early-inflammatory-arthritis
- ID:
- yzt5ocipvieyi2g3
This page shows the technical details of what happened when the authorised researcher Mark Russell 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:
-
yjidgiwxsl2kgiiv
-
- Job identifier:
-
trsbvm6utyrfys43
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 100000
actions:
generate_study_population_allpts:
run: cohortextractor:latest generate_cohort --study-definition study_definition_allpts
outputs:
highly_sensitive:
cohort: output/input_allpts.csv
generate_study_population:
run: cohortextractor:latest generate_cohort --study-definition study_definition
outputs:
highly_sensitive:
cohort: output/input.csv
create_cohorts_allpts:
run: stata-mp:latest analysis/001_define_covariates_allpts.do
needs: [generate_study_population_allpts]
outputs:
highly_sensitive:
log1: logs/cleaning_dataset_allpts.log
data1: output/data/file_eia_allpts.dta
create_cohorts:
run: stata-mp:latest analysis/000_define_covariates.do
needs: [generate_study_population]
outputs:
highly_sensitive:
log1: logs/cleaning_dataset.log
data1: output/data/file_eia_all.dta
run_baseline_tables_allpts:
run: stata-mp:latest analysis/101_baseline_characteristics_allpts.do
needs: [create_cohorts_allpts]
outputs:
moderately_sensitive:
log1: logs/descriptive_tables_allpts.log
run_baseline_tables:
run: stata-mp:latest analysis/100_baseline_characteristics.do
needs: [create_cohorts]
outputs:
moderately_sensitive:
log1: logs/descriptive_tables.log
run_itsa_models:
run: stata-mp:latest analysis/200_itsa_models.do
needs: [create_cohorts]
outputs:
moderately_sensitive:
log1: logs/itsa_models.log
figure1: output/figures/ITSA_diagnostic_delay_newey.gph
figure2: output/figures/ITSA_diagnostic_delay_newey.svg
figure3: output/figures/ITSA_diagnostic_delay_prais.gph
figure4: output/figures/ITSA_diagnostic_delay_prais.svg
figure5: output/figures/ITSA_diagnostic_delay_newey_2cuts.gph
figure6: output/figures/ITSA_diagnostic_delay_newey_2cuts.svg
figure7: output/figures/ITSA_diagnostic_delay_prais_2cuts.gph
figure8: output/figures/ITSA_diagnostic_delay_prais_2cuts.svg
figure9: output/figures/ITSA_diagnostic_delay_GP_newey.gph
figure10: output/figures/ITSA_diagnostic_delay_GP_newey.svg
figure11: output/figures/ITSA_diagnostic_delay_GP_prais.gph
figure12: output/figures/ITSA_diagnostic_delay_GP_prais.svg
figure13: output/figures/ITSA_diagnostic_delay_GPref_newey.gph
figure14: output/figures/ITSA_diagnostic_delay_GPref_newey.svg
figure15: output/figures/ITSA_diagnostic_delay_GPref_prais.gph
figure16: output/figures/ITSA_diagnostic_delay_GPref_prais.svg
figure17: output/figures/ITSA_csDMARD_delay_newey_ra.gph
figure18: output/figures/ITSA_csDMARD_delay_newey_ra.svg
figure19: output/figures/ITSA_csDMARD_delay_prais_ra.gph
figure20: output/figures/ITSA_csDMARD_delay_prais_ra.svg
figure21: output/figures/ITSA_csDMARD_delay_newey_psa.gph
figure22: output/figures/ITSA_csDMARD_delay_newey_psa.svg
figure23: output/figures/ITSA_csDMARD_delay_prais_psa.gph
figure24: output/figures/ITSA_csDMARD_delay_prais_psa.svg
figure25: output/figures/ITSA_mtx_delay_newey_ra.gph
figure26: output/figures/ITSA_mtx_delay_newey_ra.svg
figure27: output/figures/ITSA_mtx_delay_prais_ra.gph
figure28: output/figures/ITSA_mtx_delay_prais_ra.svg
figure29: output/figures/ITSA_mtx_delay_newey_psa.gph
figure30: output/figures/ITSA_mtx_delay_newey_psa.svg
figure31: output/figures/ITSA_mtx_delay_prais_psa.gph
figure32: output/figures/ITSA_mtx_delay_prais_psa.svg
figure33: output/figures/ITSA_biologic_delay_newey_all.gph
figure34: output/figures/ITSA_biologic_delay_newey_all.svg
figure35: output/figures/ITSA_biologic_delay_prais_all.gph
figure36: output/figures/ITSA_biologic_delay_prais_all.svg
figure37: output/figures/ITSA_biologic_delay_newey_ra.gph
figure38: output/figures/ITSA_biologic_delay_newey_ra.svg
figure39: output/figures/ITSA_biologic_delay_prais_ra.gph
figure40: output/figures/ITSA_biologic_delay_prais_ra.svg
figure41: output/figures/ITSA_biologic_delay_newey_psa.gph
figure42: output/figures/ITSA_biologic_delay_newey_psa.svg
figure43: output/figures/ITSA_biologic_delay_prais_psa.gph
figure44: output/figures/ITSA_biologic_delay_prais_psa.svg
figure45: output/figures/ITSA_biologic_delay_newey_anksp.gph
figure46: output/figures/ITSA_biologic_delay_newey_anksp.svg
figure47: output/figures/ITSA_biologic_delay_prais_anksp.gph
figure48: output/figures/ITSA_biologic_delay_prais_anksp.svg
doc1: output/tables/diagnostic_delay_ref_rheum_appt.csv
doc2: output/tables/diagnostic_delay_GP_rheum_appt.csv
doc3: output/tables/diagnostic_delay_GPref_rheum_appt.csv
doc4: output/tables/csDMARD_delay_RA.csv
doc5: output/tables/csDMARD_delay_PsA.csv
doc6: output/tables/MTX_delay_RA.csv
doc7: output/tables/MTX_delay_PsA.csv
doc8: output/tables/Biol_delay_all.csv
doc9: output/tables/Biol_delay_ra.csv
doc10: output/tables/Biol_delay_PsA.csv
doc11: output/tables/Biol_delay_anksp.csv
run_box_plots:
run: stata-mp:latest analysis/300_box_plots.do
needs: [create_cohorts]
outputs:
moderately_sensitive:
log1: logs/box_plots.log
figure 1: output/figures/regional_qs1_bar.gph
figure 2: output/figures/regional_qs1_bar.svg
figure 3: output/figures/regional_qs2_bar.gph
figure 4: output/figures/regional_qs2_bar.svg
figure 5: output/figures/regional_csdmard_bar.gph
figure 6: output/figures/regional_csdmard_bar.svg
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:33:13
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- early-inflammatory-arthritis
- Requested by
- Mark Russell
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- 0e78f7c
- Requested actions
-
-
generate_study_population -
create_cohorts
-
Code comparison
Compare the code used in this job request