Job request: 18277
- Organisation:
- University of Manchester
- Workspace:
- antibiotic-adverse-event
- ID:
- a5ppviiheaqri2zx
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
-
- Job identifier:
-
nz2ww7uao4fab6sp
-
- Job identifier:
-
vkh43bp7hb6fgerh
-
- Job identifier:
-
bglydxcoe3fngd33
-
- Job identifier:
-
kxkfhnx44txw34bd
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 30000
actions:
### study cohort ###
generate_study_population_case_uti:
run: cohortextractor:latest generate_cohort --study-definition study_definition_case_uti
outputs:
highly_sensitive:
cohort: output/input_case_uti.csv
generate_study_population_control_uti:
run: cohortextractor:latest generate_cohort --study-definition study_definition_control_uti
outputs:
highly_sensitive:
cohort: output/input_control_uti.csv
matching_uti:
run: python:latest python analysis/matching_uti.py
needs: [generate_study_population_case_uti,generate_study_population_control_uti]
outputs:
highly_sensitive:
table1: output/matched_cases_uti.csv
table2: output/matched_matches_uti.csv
table3: output/matched_combined_uti.csv
moderately_sensitive:
report1: output/matching_report_uti.txt
generate_study_population_case_uti_abvar:
run: cohortextractor:latest generate_cohort --study-definition study_definition_case_uti_abvar
needs: [matching_uti]
outputs:
highly_sensitive:
cohort: output/input_case_uti_abvar.csv
generate_study_population_control_uti_abvar:
run: cohortextractor:latest generate_cohort --study-definition study_definition_control_uti_abvar
needs: [matching_uti]
outputs:
highly_sensitive:
cohort: output/input_control_uti_abvar.csv
generate_study_population_case_uti_othvar:
run: cohortextractor:latest generate_cohort --study-definition study_definition_case_uti_othvar
needs: [matching_uti]
outputs:
highly_sensitive:
cohort: output/input_case_uti_othvar.csv
generate_study_population_control_uti_othvar:
run: cohortextractor:latest generate_cohort --study-definition study_definition_control_uti_othvar
needs: [matching_uti]
outputs:
highly_sensitive:
cohort: output/input_control_uti_othvar.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 03:22:01
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- antibiotic-adverse-event
- Requested by
- Billy Zhong
- Branch
- ab_sideeffect_2
- Force run dependencies
- No
- Git commit hash
- b282ceb
- Requested actions
-
-
generate_study_population_case_uti_abvar -
generate_study_population_control_uti_abvar -
generate_study_population_case_uti_othvar -
generate_study_population_control_uti_othvar
-
Code comparison
Compare the code used in this job request