Skip to content

Job request: 13993

Organisation:
University of Manchester
Workspace:
ab_adverse_drug_reaction
ID:
kzhknfcyjiuzlrjp

This page shows the technical details of what happened when the authorised researcher Billy Zhong 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:
    process_1
    Status:
    Status: Succeeded
    Job identifier:
    wp2cdjygx4gdef7x

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 30000

actions:

### study cohort ###
  generate_study_population_case:
    run: cohortextractor:latest generate_cohort --study-definition study_definition_case
    outputs:
      highly_sensitive:
        cohort: output/input_case.csv

### extract patient_id & index_date in case ###

  process_1:  
    run: r:latest analysis/process_1.R
    needs: [generate_study_population_case]
    outputs:
      highly_sensitive:
        table1: output/table_case_0.csv
        table2: output/table_case_1.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:02:00

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

Job request

Status
Succeeded
Backend
TPP
Requested by
Billy Zhong
Branch
ab_sideeffect
Force run dependencies
No
Git commit hash
d0d36e8
Requested actions
  • process_1

Code comparison

Compare the code used in this job request