Skip to content

Job request: 9998

Organisation:
The London School of Hygiene & Tropical Medicine
Workspace:
disect_uk_india_covid
ID:
yxgu3rnltuvz4hzz

This page shows the technical details of what happened when the authorised researcher Rohini Mathur 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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  generate_study_population_w1:
    run: cohortextractor:latest generate_cohort --study-definition study_definition_w1
    outputs:
      highly_sensitive:
        cohort: output/input_w1.csv


  generate_study_population_w2:
    run: cohortextractor:latest generate_cohort --study-definition study_definition_w2
    outputs:
      highly_sensitive:
        cohort: output/input_w2.csv

  
  generate_study_population_w3:
    run: cohortextractor:latest generate_cohort --study-definition study_definition_w3
    outputs:
      highly_sensitive:
        cohort: output/input_w3.csv
  

  analyse_w1:
    run: r:latest analysis/analysis_wave1_long.R
    needs: [generate_study_population_w1]
    outputs:
      moderately_sensitive:
        table1a: output/table1a_w1.csv
        table1c: output/table1c_w1.csv
        unadjusted_severe: output/unadjusted_severe_w1.csv
        unadjusted_long: output/unadjusted_long_w1.csv

# Currently wave 2 is correct so only run W2 scripts in jobs runner
  analyse_w2_long:
    run: r:latest analysis/analysis_wave2_long.R
    needs: [generate_study_population_w2]
    outputs:
      moderately_sensitive:
        table1a: output/table1a_w2.csv
        table1b: output/table1b_w2.csv
        table1c: output/table1c_w2.csv
        unadjusted_long: output/unadjusted_long_w2.csv


  analyse_w2_severe:
    run: r:latest analysis/analysis_wave2_severe.R
    needs: [generate_study_population_w2]
    outputs:
      moderately_sensitive:
        unadjusted_long: output/unadjusted_severe_w2.csv

  analyse_w3:
    run: r:latest analysis/analysis_wave3_long.R
    needs: [generate_study_population_w3]
    outputs:
      moderately_sensitive:
        table1a: output/table1a_w3.csv
        table1c: output/table1c_w3.csv
        unadjusted_severe: output/unadjusted_severe_w3.csv
        unadjusted_long: output/unadjusted_long_w3.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 24:02:35

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

Job request

Status
Failed
Backend
TPP
Requested by
Rohini Mathur
Branch
main
Force run dependencies
No
Git commit hash
235c0bb
Requested actions
  • generate_study_population_w2
  • analyse_w2_long
  • analyse_w2_severe

Code comparison

Compare the code used in this job request

  • No previous job request available for comparison