Job request: 10537
- Organisation:
- University of Bristol
- Workspace:
- vaccine-effectiveness-in-children
- ID:
- ivcp5p3tpzcpmzrv
This page shows the technical details of what happened when the authorised researcher Will Hulme 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:
-
4jz74nztlbyeswwa
-
- Job identifier:
-
bliekxy6wi6ji2jy
-
- Job identifier:
-
5dihje2gogcdegth
-
- Job identifier:
-
vlxihbn6nl4qe3dk
-
- Job identifier:
-
h7d4bxknhi2aaqyy
-
- Job identifier:
-
4rcse3sm3dhqm345 - Error:
- nonzero_exit: Job exited with error code 1
-
- Job identifier:
-
yqpcdl7vhzg7dlux - Error:
- dependency_failed: Not starting as dependency failed
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_study_treated:
run: cohortextractor:latest generate_cohort --study-definition study_definition_treated --output-format feather
outputs:
highly_sensitive:
cohort: output/input_treated.feather
data_process_treated:
run: r:latest analysis/data_process_treated.R over12
needs:
- generate_study_treated
outputs:
highly_sensitive:
rds: output/data/data_treated_eligible.rds
moderately_sensitive:
flowchart: output/data/flowchart_treated_eligible.csv
## matching round 1
generate_study_control_potential1:
run: cohortextractor:latest generate_cohort --study-definition study_definition_control_potential --output-format feather --index-date-range "2021-09-20 to 2021-09-20 by week"
outputs:
highly_sensitive:
cohort: output/input_control_potential_2021-09-20.feather
data_process_control_potential1:
run: r:latest analysis/data_process_control.R over12 1
needs:
- generate_study_control_potential1
outputs:
highly_sensitive:
rds: output/data/data_control_potential1.rds
matching1:
run: r:latest analysis/matching.R over12 1
needs:
- data_process_treated
- data_process_control_potential1
outputs:
highly_sensitive:
rds1: output/match/data_potential_matchstatus1.rds
rds2: output/match/data_potential_matched1.rds
csv: output/match/potential_matched_controls1.csv.gz
generate_study_match_control1:
run: cohortextractor:latest generate_cohort --study-definition study_definition_control_match1 --output-format feather
needs:
- matching1
outputs:
highly_sensitive:
cohort: output/input_control_match1.feather
matching_filter1:
run: r:latest analysis/matching_filter.R over12 1
needs:
- matching1
- generate_study_match_control1
outputs:
highly_sensitive:
rds1: output/match/data_matchstatus_allrounds1.rds
rds2: output/match/data_match_actual1.rds
# ## matching round 2
# generate_study_control_potential1:
# run: cohortextractor:latest generate_cohort --study-definition study_definition_control_potential --output-format feather --index-date-range "2021-10-04 to 2021-10-04 by week"
# outputs:
# highly_sensitive:
# cohort: output/input_control_potential_2021-10-04.feather
# data_process_control_potential2:
# run: r:latest analysis/data_process_control.R over12 2
# needs:
# - generate_study_control_potential2
# outputs:
# highly_sensitive:
# rds: output/data/data_control_potential2.rds
# matching2:
# run: r:latest analysis/matching.R over12 2
# needs:
# - data_matching_filter1
# - data_process_treated
# - data_process_control_potential2
# outputs:
# highly_sensitive:
# rds1: output/match/data_potential_matchstatus2.rds
# rds2: output/match/data_potential_matched2.rds
# csv: output/match/potential_matched_controls2.csv.gz
# generate_study_match_control2:
# run: cohortextractor:latest generate_cohort --study-definition study_definition_control_match2 --output-format feather
# needs:
# - matching2
# outputs:
# highly_sensitive:
# cohort: output/input_control_match2.feather
# matching_filter2:
# run: r:latest analysis/matching_filter.R over12 2
# needs:
# - matching_filter1
# - matching2
# - generate_study_match_control2
# outputs:
# highly_sensitive:
# rds1: output/match/data_matchstatus_allrounds2.rds
# rds2: output/match/data_match_actual2.rds
# ## combine together
# matching_combine:
# run: r:latest analysis/matching_combine.R over12
# needs:
# - matching_filter1
# - matching_filter2
# outputs:
# highly_sensitive:
# rds: output/match/data_match_all.rds
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 04:08:06
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Failed
- Backend
- TPP
- Workspace
- vaccine-effectiveness-in-children
- Requested by
- Will Hulme
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- 9db952f
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this job request