Job request: 5106
- Organisation:
- University of Bristol
- Workspace:
- post-covid-vaccinated
- ID:
- j5av4bt3srzt3j23
This page shows the technical details of what happened when the authorised researcher Venexia Walker requested one or more actions to be run against real patient data in the project, within a secure environment.
By cross-referencing the list of jobs with the
pipeline section below, you can infer what
security level
various outputs were written to. Researchers can never directly
view outputs marked as
highly_sensitive
;
they can only request that code runs against them. Outputs
marked as
moderately_sensitive
can be viewed by an approved researcher by logging into a highly
secure environment. Only outputs marked as
moderately_sensitive
can be requested for release to the public, via a controlled
output review service.
Jobs
-
- Job identifier:
-
frc7xmspy5tbgatp
-
- Job identifier:
-
tr2i5oh7e4ncafb3
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 500000
actions:
vax_eligibility_inputs:
run: r:latest analysis/vax_eligibility_inputs.R
outputs:
highly_sensitive:
vax_study_dates_json: output/vax_study_dates.json
vax_jcvi_groups: output/vax_jcvi_groups.csv
vax_eligible_dates: output/vax_eligible_dates.csv
generate_study_population_electively_unvaccinated:
run: cohortextractor:latest generate_cohort --study-definition study_definition_electively_unvaccinated --output-format feather
needs: [vax_eligibility_inputs]
outputs:
highly_sensitive:
cohort: output/input_electively_unvaccinated.feather
generate_study_population_vaccinated:
run: cohortextractor:latest generate_cohort --study-definition study_definition_vaccinated --output-format feather
outputs:
highly_sensitive:
cohort: output/input_vaccinated.feather
generate_study_population_index:
run: cohortextractor:latest generate_cohort --study-definition study_definition_index --output-format feather
outputs:
highly_sensitive:
cohort: output/input_index.feather
preprocess_data:
run: r:latest analysis/preprocess_data.R
needs: [generate_study_population_index, generate_study_population_vaccinated, generate_study_population_electively_unvaccinated]
outputs:
highly_sensitive:
cohort_vaccinated: output/input_vaccinated.rds
cohort_electively_unvaccinated: output/input_electively_unvaccinated.rds
venn_vaccinated: output/venn_vaccinated.rds
venn_electively_unvaccinated: output/venn_electively_unvaccinated.rds
stage1_data_cleaning_electively_unvaccinated:
run: r:latest analysis/Stage1_data_cleaning.R output/input_electively_unvaccinated.rds electively_unvaccinated
needs: [preprocess_data]
outputs:
moderately_sensitive:
refactoring: output/meta_data_factors_electively_unvaccinated.csv
QA_rules: output/QA_summary_electively_unvaccinated.csv
IE_criteria: output/Cohort_flow_electively_unvaccinated.csv
highly_sensitive:
cohort: output/input_electively_unvaccinated_stage1.rds
stage1_data_cleaning_vaccinated:
run: r:latest analysis/Stage1_data_cleaning.R output/input_vaccinated.rds vaccinated
needs: [preprocess_data]
outputs:
moderately_sensitive:
refactoring: output/meta_data_factors_vaccinated.csv
QA_rules: output/QA_summary_vaccinated.csv
IE_criteria: output/Cohort_flow_vaccinated.csv
highly_sensitive:
cohort: output/input_vaccinated_stage1.rds
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:08:24
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Failed
- Backend
- TPP
- Workspace
- post-covid-vaccinated
- Requested by
- Venexia Walker
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 81159b4
- Requested actions
-
-
stage1_data_cleaning_electively_unvaccinated
-
stage1_data_cleaning_vaccinated
-
Code comparison
Compare the code used in this Job Request