Job request: 1309
- Organisation:
- Bennett Institute
- Workspace:
- immunosuppressant-meds-research
- ID:
- vd2roh6zg46nvdwx
This page shows the technical details of what happened when the authorised researcher Anna Rowan 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:
-
r3gn45ryfsj45ynr
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 50000
actions:
generate_study_population:
run: cohortextractor:latest generate_cohort --study-definition study_definition
outputs:
highly_sensitive:
cohort: output/input.csv
create_cohorts:
run: stata-mp:latest analysis/000_define_covariates.do
needs: [generate_study_population]
outputs:
highly_sensitive:
log1: logs/start_create_analysis_dataset.smcl
data1: output/data/file_imid.dta
data2: output/data/file_joint.dta
data3: output/data/file_skin.dta
data4: output/data/file_bowel.dta
data5: output/data/file_imiddrugcategory.dta
data6: output/data/file_standtnf.dta
data7: output/data/file_standtnf3m.dta
data8: output/data/file_tnfmono.dta
data9: output/data/file_standil6.dta
data10: output/data/file_standil17.dta
data11: output/data/file_standil23.dta
data12: output/data/file_standjaki.dta
data13: output/data/file_standritux.dta
run_baseline_tables:
run: stata-mp:latest analysis/100_baseline_characteristics.do
needs: [create_cohorts]
outputs:
moderately_sensitive:
log2: logs/descriptive_tables.smcl
data14: output/data/tables.csv
run_cox_models:
run: stata-mp:latest analysis/200_cox_models.do
needs: [create_cohorts]
outputs:
moderately_sensitive:
log3: logs/cox_models.smcl
data15: output/data/cox_model_summary.dta
run_survival_curves:
run: stata-mp:latest analysis/300_survival_curves.do
needs: [create_cohorts]
outputs:
moderately_sensitive:
log4: logs/graphs.smcl
figure1: output/figures/survcurv_imiddrugcategory_icu.svg
figure2: output/figures/imiddrugcategory_graph.gph
figure3: output/figures/survcurv_imiddrugcategory_died.svg
figure4: output/figures/survcurv_bowel_icu.svg
figure5: output/figures/bowel_graph.gph
figure6: output/figures/survcurv_bowel_died.svg
figure7: output/figures/survcurv_skin_icu.svg
figure8: output/figures/skin_graph.gph
figure9: output/figures/survcurv_skin_died.svg
figure10: output/figures/survcurv_joint_icu.svg
figure11: output/figures/joint_graph.gph
figure12: output/figures/survcurv_joint_died.svg
figure13: output/figures/survcurv_imid_icu.svg
figure14: output/figures/imid_graph.gph
figure15: output/figures/survcurv_imid_died.svg
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 01:04:23
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- immunosuppressant-meds-research
- Requested by
- Anna Rowan
- Branch
- master
- Force run dependencies
- No
- Git commit hash
- e26729d
- Requested actions
-
-
create_cohorts
-
Code comparison
Compare the code used in this job request