Job request: 967
- Organisation:
- The London School of Hygiene & Tropical Medicine
- Workspace:
- post-admissions-admissions-kb
- ID:
- tdn4j2cehx2pjo6x
This page shows the technical details of what happened when the authorised researcher Krishnan Bhaskaran 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:
-
xeg4vkl2bpcfzrkc
-
- Job identifier:
-
hqr5jtislnivw5rn
-
- Job identifier:
-
xtmnfv335drmz4aw
-
- Job identifier:
-
tkzq73vdgmpq25c5
-
- Job identifier:
-
oicsc5xig32hfyt5
-
- Job identifier:
-
mk27wftmobag7kvi
-
- Job identifier:
-
sg54jtkg23k376ks
-
- Job identifier:
-
ankt7mczgykfp5tj
-
- Job identifier:
-
v36sqst3zzwlxlnh
-
- Job identifier:
-
rjyiqhkg4kh4wv5b
-
- Job identifier:
-
atxnwep3jlzp6yqa
-
- Job identifier:
-
kkkdaoltr646x73i
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_study_pop_covdischarged:
run: cohortextractor:latest generate_cohort --study-definition study_definition_covdischarged
outputs:
highly_sensitive:
cohort: output/input_covdischarged.csv
generate_pool02:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool02
outputs:
highly_sensitive:
cohort: output/input_pool02.csv
generate_pool03:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool03
outputs:
highly_sensitive:
cohort: output/input_pool03.csv
generate_pool04:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool04
outputs:
highly_sensitive:
cohort: output/input_pool04.csv
generate_pool05:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool05
outputs:
highly_sensitive:
cohort: output/input_pool05.csv
generate_pool06:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool06
outputs:
highly_sensitive:
cohort: output/input_pool06.csv
generate_pool07:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool07
outputs:
highly_sensitive:
cohort: output/input_pool07.csv
generate_pool08:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool08
outputs:
highly_sensitive:
cohort: output/input_pool08.csv
generate_pool09:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool09
outputs:
highly_sensitive:
cohort: output/input_pool09.csv
generate_pool10:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool10
outputs:
highly_sensitive:
cohort: output/input_pool10.csv
generate_pool11:
run: cohortextractor:latest generate_cohort --study-definition study_definition_pool11
outputs:
highly_sensitive:
cohort: output/input_pool11.csv
create_dataset:
run: stata-mp:latest analysis/cr_create_analysis_dataset.do
needs: [generate_study_pop_covdischarged]
outputs:
highly_sensitive:
cohort: analysis/cr_create_analysis_dataset.dta
moderately_sensitive:
log: analysis/output/cr_create_analysis_dataset.log
create_pool02:
run: stata-mp:latest analysis/cr_create_pool_data.do 02
needs: [generate_pool02]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_02.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_02.log
create_pool03:
run: stata-mp:latest analysis/cr_create_pool_data.do 03
needs: [generate_pool03]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_03.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_03.log
create_pool04:
run: stata-mp:latest analysis/cr_create_pool_data.do 04
needs: [generate_pool04]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_04.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_04.log
create_pool05:
run: stata-mp:latest analysis/cr_create_pool_data.do 05
needs: [generate_pool05]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_05.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_05.log
create_pool06:
run: stata-mp:latest analysis/cr_create_pool_data.do 06
needs: [generate_pool06]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_06.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_06.log
create_pool07:
run: stata-mp:latest analysis/cr_create_pool_data.do 07
needs: [generate_pool07]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_07.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_07.log
create_pool08:
run: stata-mp:latest analysis/cr_create_pool_data.do 08
needs: [generate_pool08]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_08.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_08.log
create_pool09:
run: stata-mp:latest analysis/cr_create_pool_data.do 09
needs: [generate_pool09]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_09.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_09.log
create_pool10:
run: stata-mp:latest analysis/cr_create_pool_data.do 10
needs: [generate_pool10]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_10.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_10.log
create_pool11:
run: stata-mp:latest analysis/cr_create_pool_data.do 11
needs: [generate_pool11]
outputs:
highly_sensitive:
cohort: analysis/cr_create_pool_data_11.dta
moderately_sensitive:
log: analysis/output/cr_create_pool_data_11.log
getmatches:
run: stata-mp:latest analysis/cr_getmatches
needs:
- create_dataset
- create_pool02
- create_pool03
- create_pool04
- create_pool05
- create_pool06
- create_pool07
- create_pool08
- create_pool09
- create_pool10
- create_pool11
outputs:
highly_sensitive:
cohort: analysis/cr_getmatches.dta
moderately_sensitive:
log: analysis/output/cr_getmatches.log
run_model:
run: stata-mp:latest analysis/model.do
needs: [generate_study_pop_covdischarged]
outputs:
moderately_sensitive:
log: logs/model.log
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 30:52:59
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- post-admissions-admissions-kb
- Requested by
- Krishnan Bhaskaran
- Branch
- master
- Force run dependencies
- No
- Git commit hash
- 7eccb0d
- Requested actions
-
-
generate_study_pop_covdischarged
-
generate_pool02
-
generate_pool03
-
generate_pool04
-
generate_pool05
-
generate_pool06
-
create_dataset
-
create_pool02
-
create_pool03
-
create_pool04
-
create_pool05
-
create_pool06
-
Code comparison
Compare the code used in this job request