Skip to content

Job request: 9590

Organisation:
Bennett Institute
Workspace:
opensafely-interactive
ID:
kzvvbc264mo3vixn

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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  codelist_report_02qBxF241hTOBjX0jLfYkz:
    run: >
      cohortextractor:latest generate_codelist_report
        --codelist-path=codelist.csv
        --start-date=2019-09-01
        --end-date=2022-06-15
        --output-dir output/02qBxF241hTOBjX0jLfYkz
    outputs:
      moderately_sensitive:
        table: output/02qBxF241hTOBjX0jLfYkz/counts_per_*.csv
        list_sizes: output/02qBxF241hTOBjX0jLfYkz/list_sizes.csv
        patient_count_table: output/02qBxF241hTOBjX0jLfYkz/patient_count.csv

  measures_02qBxF241hTOBjX0jLfYkz:
    run: python:latest python analysis/generate_measures.py output/02qBxF241hTOBjX0jLfYkz
    needs: [codelist_report_02qBxF241hTOBjX0jLfYkz]
    outputs:
      moderately_sensitive:
        measure: output/02qBxF241hTOBjX0jLfYkz/measure_counts_per_week_per_practice.csv
        events_count_table: output/02qBxF241hTOBjX0jLfYkz/event_counts.csv
        practice_count_table: output/02qBxF241hTOBjX0jLfYkz/practice_count.csv

  top_5_table_02qBxF241hTOBjX0jLfYkz:
    run: python:latest python analysis/top_codes_table.py output/02qBxF241hTOBjX0jLfYkz
    needs: [codelist_report_02qBxF241hTOBjX0jLfYkz]
    outputs:
      moderately_sensitive:
        table: output/02qBxF241hTOBjX0jLfYkz/top_5_code_table.csv

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

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:29:59

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

Job request

Status
Succeeded
Backend
TPP
Requested by
OpenSAFELY Interactive
Branch
main
Force run dependencies
Yes
Git commit hash
322cc8a
Requested actions
  • run_all

Code comparison

Compare the code used in this job request