Skip to content

Job request: 838

Organisation:
The London School of Hygiene & Tropical Medicine
Workspace:
hh-classification-research
ID:
4zg5yrbpl5pneplv

This page shows the technical details of what happened when the authorised researcher Kevin Wing 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_cohort
    Status:
    Status: Succeeded
    Job identifier:
    j5ksyq7juttwld4z
  • Action:
    prepare_data
    Status:
    Status: Succeeded
    Job identifier:
    hu7gccln2kevavhu
  • Action:
    output_table1
    Status:
    Status: Succeeded
    Job identifier:
    jnrzyyl7lneo6a3b

Pipeline

Show project.yaml
version: "3.0"

expectations:
  population_size: 100000

actions:
  generate_cohort:
    run: cohortextractor:latest generate_cohort --study-definition study_definition
    outputs:
      highly_sensitive:
        cohort: output/input.csv

  prepare_data:
    run: stata-mp:latest analysis/01_hhClassif_cr_analysis_dataset.do
    needs: [generate_cohort]
    outputs:
      highly_sensitive:
        allvars: output/hhClassif_analysis_dataset.dta
      moderately_sensitive:
        log1: released_outputs/01_hhClassif_cr_analysis_dataset.log

  data_checks:
    run: stata-mp:latest analysis/02_hhClassif_an_data_checks.do
    needs: [prepare_data]
    outputs:
      moderately_sensitive:
        log: released_outputs/02_hhClassif_an_data_checks.log

  output_table1:
    run: stata-mp:latest analysis/03b_hhClassif_an_descriptive_table_1.do
    needs: [prepare_data]
    outputs:
      moderately_sensitive:
        log: released_outputs/03b_hhClassif_an_descriptive_table_1.log
        table1text: output/table1_hhClassif.txt
        table1excel: output/table1_hhClassif.xlsx

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 05:21:07

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

Job request

Status
Succeeded
Backend
TPP
Requested by
Kevin Wing
Branch
master
Force run dependencies
Yes
Git commit hash
2e0a594
Requested actions
  • output_table1

Code comparison

Compare the code used in this job request