Job request: 19353
- Organisation:
- University of Bristol
- Workspace:
- covid19-vaccine-uptake-ethnicity-imd
- ID:
- fjpwhoev5py7qcrv
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
-
- Job identifier:
-
j6x5pqvjjrbhq253
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000000
actions:
# generate metadata
design:
run: r:latest analysis/design.R
outputs:
moderately_sensitive:
lib: analysis/lib/*
# extract study population
generate_study_population:
run: cohortextractor:latest generate_cohort --output-format feather --study-definition study_definition
needs:
- design
outputs:
highly_sensitive:
cohort: output/extract/input.feather
# generate custom dummy data
generate_dummy_data:
run: r:latest analysis/dummy_data.R
needs:
- design
- generate_study_population
outputs:
highly_sensitive:
dummydata: output/extract/dummy_data.feather
process_extract:
run: r:latest analysis/process_extract.R
needs:
- generate_study_population
- generate_dummy_data
outputs:
highly_sensitive:
data: output/extract/data_eligible.rds
moderately_sensitive:
skim: output/extract/skim_*.txt
flowchart: output/extract/flowchart_*.csv
# exploratory_analysis:
# run: r:latest analysis/exploratory_analysis.R
# needs:
# - process_extract
# outputs:
# moderately_sensitive:
# data_vax_counts: output/exploratory/data_vax_counts_midpoint6.csv
# group_counts: output/exploratory/group_counts_midpoint6.csv
# freqpoly: output/exploratory/vax_dates_freqpoly.png
# line: output/exploratory/vax_dates_line.png
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:14:57
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- covid19-vaccine-uptake-ethnicity-imd
- Requested by
- Elsie Horne
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- e29d6eb
- Requested actions
-
-
process_extract
-
Code comparison
Compare the code used in this job request