Skip to content

Job request: 769

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

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 in the project, within a secure environment.

By cross-referencing the list of jobs with the pipeline section below, you can infer what security level various outputs were written to. Researchers can never directly view outputs marked as highly_sensitive ; they can only request that code runs against them. Outputs marked as moderately_sensitive can be viewed by an approved researcher by logging into a highly secure environment. Only outputs marked as moderately_sensitive can be requested for release to the public, via a controlled output review service.

Jobs

  • Action:
    generate_cohort
    Status:
    Status: Succeeded
    Job identifier:
    enj3us6eoipeanjv
  • Action:
    prepare_data
    Status:
    Status: Succeeded
    Job identifier:
    53mluise5saezovt
  • Action:
    data_checks
    Status:
    Status: Failed
    Job identifier:
    262cicku5xm2q6oa

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_descriptive:
    run: stata-mp:latest analysis/02_hh_an_caseFreq_descriptive_plots.do
    needs: [prepare_data]
    outputs:
      moderately_sensitive:
        graph1: released_outputs/an_caseFreq_descr_overall_HH_Histogram.svg
        graph2: released_outputs/an_caseFreq_descr_overall_HH_HistogramOverlay.svg
        log1: released_outputs/02_hh_an_caseFreq_descriptive_plots.log
        log2: released_outputs/an_caseDescrTable.txt

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 05:29:00

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

Job information

Status
Failed
Backend
TPP
Requested by
Kevin Wing
Branch
master
Force run dependencies
Yes
Git commit hash
0b60ebd
Requested actions
  • data_checks

Code comparison

Compare the code used in this Job Request