Skip to content

Job request: 12537

Organisation:
The London School of Hygiene & Tropical Medicine
Workspace:
bias
ID:
xb5ox4s2bluoxz5t

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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 100000

actions:

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

  # Generate objective 1a dataset
  create_dataset_1a:
    run: stata-mp:latest analysis/cr_dataset_1a.do
    needs: [generate_study_population]
    outputs:
      highly_sensitive:
        output: output/cr_dataset_1a.csv

  # Generate objective 1b dataset
  create_dataset_1b:
    run: stata-mp:latest analysis/cr_dataset_1b.do
    needs: [generate_study_population, create_dataset_1a]
    outputs:
      highly_sensitive:
        output: output/cr_dataset_1b.csv

  # Generate objective 1a table
  create_table_1a:
    run: stata-mp:latest analysis/tabulate_1a.do
    needs: [generate_study_population, create_dataset_1a]
    outputs:
      moderately_sensitive:
        output: output/tables/an_table_PublicationDescriptivesTable_1a_redacted.tsv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:02:07

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

Job information

Status
Failed
Backend
TPP
Workspace
bias
Requested by
Emily Herrett
Branch
main
Force run dependencies
No
Git commit hash
3297bd1
Requested actions
  • create_dataset_1a
  • create_table_1a

Code comparison

Compare the code used in this Job Request