Job request: 18288
- Organisation:
- University of Manchester
- Workspace:
- antibiotic-adverse-event
- ID:
- nmhn44nuo36db5tg
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:
-
ftkykau336av73in
-
- Job identifier:
-
brwex4rud5dzbwjd
-
- Job identifier:
-
hpuk6vjj3pytkro2
-
- Job identifier:
-
ej3x2km2wnwfh45k
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
case_uti_othvar_process:
run: r:latest analysis/casecontrol/case_uti_othvar_process.R
needs: [generate_study_population_case_uti_othvar]
outputs:
highly_sensitive:
rds1: output/processed/input_case_uti_othvar.rds
control_uti_othvar_process:
run: r:latest analysis/casecontrol/control_uti_othvar_process.R
needs: [generate_study_population_control_uti_othvar]
outputs:
highly_sensitive:
rds1: output/processed/input_control_uti_othvar.rds
case_uti_abvar_process:
run: r:latest analysis/casecontrol/case_uti_abvar_process.R
needs: [generate_study_population_case_uti_abvar]
outputs:
highly_sensitive:
rds1: output/processed/input_case_uti_abvar.rds
control_uti_abvar_process:
run: r:latest analysis/casecontrol/control_uti_abvar_process.R
needs: [generate_study_population_control_uti_abvar]
outputs:
highly_sensitive:
rds1: output/processed/input_control_uti_abvar.rds
model_uti_process:
run: r:latest analysis/casecontrol/model_uti_process.R
needs: [matching_uti,case_uti_othvar_process,control_uti_othvar_process,case_uti_abvar_process,control_uti_abvar_process]
outputs:
highly_sensitive:
rds1: output/processed/model_uti.rds
model_uti_OR:
run: r:latest analysis/casecontrol/model_uti_OR.R
needs: [model_uti_process]
outputs:
moderately_sensitive:
csv: output/uti_model_result.csv
generate_study_population_case_urti:
run: cohortextractor:latest generate_cohort --study-definition study_definition_case_urti
outputs:
highly_sensitive:
cohort: output/input_case_urti.csv
generate_study_population_control_urti:
run: cohortextractor:latest generate_cohort --study-definition study_definition_control_urti
outputs:
highly_sensitive:
cohort: output/input_control_urti.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 23:47:21
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
- a89d4dd
- Requested actions
-
-
generate_study_population_case_uti_abvar -
generate_study_population_control_uti_abvar -
generate_study_population_case_urti -
generate_study_population_control_urti
-
Code comparison
Compare the code used in this job request