Skip to content

Job request: 15185

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

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 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

  • Action:
    extract_exploratory
    Status:
    Status: Succeeded
    Job identifier:
    j57ip6ualy4cguom
  • Action:
    sankey
    Status:
    Status: Succeeded
    Job identifier:
    sadeh42pr2krqv63

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:
        csv: output/exploratory/*.csv
        txt: output/exploratory/*.txt

  ## #### End ####

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 05:02:34

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

Job information

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

Code comparison

Compare the code used in this Job Request