Skip to content

Job request: 9740

Organisation:
The London School of Hygiene & Tropical Medicine
Workspace:
lone_households
ID:
2owbqd4pkjkkli5e

This page shows the technical details of what happened when 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 indicated Requested Actions with the Pipeline section below, you can infer what security level various outputs were written to. Outputs marked as highly_sensitive can never be viewed directly by a researcher; 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_study_population
    Status:
    Status: Succeeded
    Job identifier:
    6qs6wxz2do2ua3gc
  • Action:
    calculate_measures
    Status:
    Status: Succeeded
    Job identifier:
    igiftilxdsoxasmj
  • Action:
    describe
    Status:
    Status: Succeeded
    Job identifier:
    hmrdcxzztacqmnmp
  • Action:
    check
    Status:
    Status: Succeeded
    Job identifier:
    xbwsvrb4bnuaw23m
  • Action:
    graph
    Status:
    Status: Succeeded
    Job identifier:
    o4n463dnrk5jhium

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:
  # Study population for lone households and mental health outcomes
  generate_study_population:
    run: cohortextractor:latest generate_cohort --study-definition study_definition --index-date-range "2018-03-01 to 2022-01-01 by month" --output-dir=output/measures --output-format=csv
    outputs:
      highly_sensitive:
        cohort: output/measures/input_*.csv
  # Relative outcome measures
  calculate_measures:
    run: cohortextractor:latest generate_measures --study-definition study_definition --output-dir=output/measures
    needs: [generate_study_population]
    outputs:
      moderately_sensitive:
        measure: output/measures/measure_*.csv
  # Model checks for normality, seasonal effects, lags, etc.
  check:
    run: stata-mp:latest analysis/modelcheck.do
    needs: [calculate_measures]
    outputs:
      moderately_sensitive:
        log: output/modelcheck.txt
        figures: output/tabfig/checks_*.svg
  # Model coefficients from time series analysis     
  describe:
    run: stata-mp:latest analysis/timeseries.do
    needs: [calculate_measures]
    outputs:
      moderately_sensitive:
        log: output/tsreg.txt
        tables: output/tabfig/tsreg_tables*.csv
        figures: output/tabfig/margin_*.svg
  # Line graphs
  graph:
    run: stata-mp:latest analysis/lines.do
    needs: [calculate_measures]
    outputs:
      moderately_sensitive:
        log: output/lines.txt
        results: output/tabfig/lines_*.svg

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 85:48:52

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

Job information

Status
Succeeded
Backend
TPP
Workspace
lone_households
Requested by
Emily Herrett
Branch
main
Force run dependencies
No
Git commit hash
3bc66cf
Requested actions
  • generate_study_population
  • calculate_measures
  • check
  • describe
  • graph

Code comparison

Compare the code used in this Job Request