Skip to content

Job request: 8156

Organisation:
Bennett Institute
Workspace:
opensafely-interactive
ID:
4vqbw4xskdcu4jfj

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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  codelist_report_02pr2GKDbZ9OzeG2f0Wxbi:
    run: >
      cohortextractor:latest generate_codelist_report
        --codelist-path=codelist.csv
        --start-date=2020-01-01
        --end-date=2021-12-31
        --output-dir output/02pr2GKDbZ9OzeG2f0Wxbi
    outputs:
      moderately_sensitive:
        table: output/02pr2GKDbZ9OzeG2f0Wxbi/counts_per_*.csv
        list_sizes: output/02pr2GKDbZ9OzeG2f0Wxbi/list_sizes.csv

  measures_02pr2GKDbZ9OzeG2f0Wxbi:
    run: python:latest python analysis/generate_measures.py output/02pr2GKDbZ9OzeG2f0Wxbi
    needs: [codelist_report_02pr2GKDbZ9OzeG2f0Wxbi]
    outputs:
      moderately_sensitive:
        measure: output/02pr2GKDbZ9OzeG2f0Wxbi/measure_counts_per_week_per_practice.csv
        events_count_table: output/02pr2GKDbZ9OzeG2f0Wxbi/event_counts.csv
        practice_count_table: output/02pr2GKDbZ9OzeG2f0Wxbi/practice_count.csv

  top_5_table_02pr2GKDbZ9OzeG2f0Wxbi:
    run: python:latest python analysis/top_codes_table.py output/02pr2GKDbZ9OzeG2f0Wxbi
    needs: [codelist_report_02pr2GKDbZ9OzeG2f0Wxbi]
    outputs:
      moderately_sensitive:
        table: output/02pr2GKDbZ9OzeG2f0Wxbi/top_5_code_table.csv

  deciles_charts_02pr2GKDbZ9OzeG2f0Wxbi:
    run: >
      deciles-charts:v0.0.24
        --input-files output/02pr2GKDbZ9OzeG2f0Wxbi/measure_counts_per_week_per_practice.csv
        --output-dir output/02pr2GKDbZ9OzeG2f0Wxbi
    config:
      show_outer_percentiles: false
      tables:
        output: true
      charts:
        output: true
    needs: [measures_02pr2GKDbZ9OzeG2f0Wxbi]
    outputs:
      moderately_sensitive:
        deciles_charts: output/02pr2GKDbZ9OzeG2f0Wxbi/deciles_*.*

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:04:10

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

Job information

Status
Succeeded
Backend
TPP
Requested by
Simon Davy
Branch
main
Force run dependencies
No
Git commit hash
5fc561a
Requested actions
  • measures_02pr2GKDbZ9OzeG2f0Wxbi
  • top_5_table_02pr2GKDbZ9OzeG2f0Wxbi
  • deciles_charts_02pr2GKDbZ9OzeG2f0Wxbi

Code comparison

Compare the code used in this Job Request