Skip to content

Job request: 15121

Organisation:
University of Bristol
Workspace:
vaccine-effectiveness-4dose
ID:
xej3vorkmpoj6rpz

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

  • Action:
    sankey
    Status:
    Status: Succeeded
    Job identifier:
    ghvuqtf5qkeuaph6

Pipeline

Show project.yaml
version: '3.0'

expectations:

  population_size: 100000

actions:

  ## # # # # # # # # # # # # # # # # # # # 
  ## DO NOT EDIT project.yaml DIRECTLY 
  ## This file is created by create-project.R 
  ## Edit and run create-project.R to update the project.yaml 
  ## # # # # # # # # # # # # # # # # # # # 
  ##   
  ## # # # # # # # # # # # # # # # # # # # 
  ## Extract and process data for exploratory analysis 
  ## # # # # # # # # # # # # # # # # # # # 

  extract_exploratory:
    run: cohortextractor:latest generate_cohort --study-definition study_definition_exploratory
      --output-file output/exploratory/extract/input_exploratory.feather
    outputs:
      highly_sensitive:
        extract: output/exploratory/extract/input_exploratory.feather

  sankey:
    run: r:latest analysis/exploratory/sankey.R
    needs:
    - extract_exploratory
    outputs:
      moderately_sensitive:
        links: output/exploratory/links.csv

  ## #### End ####

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:15:17

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

Job request

Status
Succeeded
Backend
TPP
Requested by
Elsie Horne
Branch
main
Force run dependencies
No
Git commit hash
54cbb57
Requested actions
  • sankey

Code comparison

Compare the code used in this job request