Skip to content

Job request: 894

Organisation:
The London School of Hygiene & Tropical Medicine
Workspace:
post-admissions-admissions-kb
ID:
aiwbkgcijhb6cx65

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

  • Action:
    generate_pool04
    Status:
    Status: Succeeded
    Job identifier:
    vtp3redatw3xgi4a
  • Action:
    generate_pool05
    Status:
    Status: Succeeded
    Job identifier:
    zcvsqdebt3vqfhyn
  • Action:
    generate_pool06
    Status:
    Status: Succeeded
    Job identifier:
    pxkr5qvgjvclmybm
  • Action:
    generate_pool07
    Status:
    Status: Succeeded
    Job identifier:
    qmkc2ykc2yzhvk6r
  • Action:
    create_pool04
    Status:
    Status: Succeeded
    Job identifier:
    z5m5eejolf6rrkfr
  • Action:
    create_pool05
    Status:
    Status: Succeeded
    Job identifier:
    ohc33gdn5ri45dox
  • Action:
    create_pool06
    Status:
    Status: Succeeded
    Job identifier:
    vlt47lqut2qgj5rp
  • Action:
    create_pool07
    Status:
    Status: Succeeded
    Job identifier:
    seym4ky3y7ctejth

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_basicdata.do 02
    needs: [generate_pool02]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_02.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_02.log

  create_pool03:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 03
    needs: [generate_pool03]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_03.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_03.log

  create_pool04:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 04
    needs: [generate_pool04]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_04.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_04.log

  create_pool05:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 05
    needs: [generate_pool05]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_05.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_05.log

  create_pool06:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 06
    needs: [generate_pool06]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_06.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_06.log

  create_pool07:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 07
    needs: [generate_pool07]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_07.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_07.log

  create_pool08:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 08
    needs: [generate_pool08]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_08.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_08.log

  create_pool09:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 09
    needs: [generate_pool09]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_09.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_09.log

  create_pool10:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 10
    needs: [generate_pool10]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_10.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_10.log

  create_pool11:
    run: stata-mp:latest analysis/cr_create_pool_basicdata.do 11
    needs: [generate_pool11]
    outputs:
      highly_sensitive:
        cohort: analysis/cr_create_pool_basicdata_11.dta
      moderately_sensitive:
        log: analysis/output/cr_create_pool_basicdata_11.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: 14:28:06

These timestamps are generated and stored using the UTC timezone on the TPP backend.

Job request

Status
Succeeded
Backend
TPP
Requested by
Krishnan Bhaskaran
Branch
master
Force run dependencies
No
Git commit hash
c6685b8
Requested actions
  • generate_pool04
  • generate_pool05
  • generate_pool06
  • generate_pool07
  • create_pool04
  • create_pool05
  • create_pool06
  • create_pool07

Code comparison

Compare the code used in this job request