Job request: 12142
- Organisation:
- Bennett Institute
- Workspace:
- medication_reviews
- ID:
- m7yfwqzqlve6kh23
This page shows the technical details of what happened when the authorised researcher Vicky Speed 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:
-
oet3ievzotnwxjeg
-
- Job identifier:
-
wle6665tu55gcysa
-
- Job identifier:
-
uvkpex465aybacaw
-
- Job identifier:
-
w3a2xix2hf6p4sq4
-
- Job identifier:
-
mlvnbtentlnphbcp
-
- Job identifier:
-
ciihkz46uyar3ki4
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 3000
actions:
generate_study_population:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition
--index-date-range "2020-01-01 to 2020-03-01 by month"
--output-format='csv.gz'
outputs:
highly_sensitive:
cohort: output/input_*.csv.gz
generate_ethnicity_cohort:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition_ethnicity
--output-format='csv.gz'
outputs:
highly_sensitive:
cohort: output/input_ethnicity.csv.gz
join_cohorts:
run: >
cohort-joiner:v0.0.44
--lhs output/input_20*.csv.gz
--rhs output/input_ethnicity.csv.gz
--output-dir output/joined
needs: [generate_study_population, generate_ethnicity_cohort]
outputs:
highly_sensitive:
cohort: output/joined/input_*.csv.gz
## generate Structured Medication Review Measures and plots
generate_measures_all_reviews:
run: >
cohortextractor:latest generate_measures
--study-definition study_definition
--output-dir=output/joined
needs: [join_cohorts]
outputs:
moderately_sensitive:
measure_csv: output/joined/measure_*_*_rate.csv
smr_plots:
run: python:latest python analysis/plots.py
needs: [generate_measures_all_reviews]
outputs:
moderately_sensitive:
cohort: output/figures/*_*_rate.jpeg
generate_deciles_charts:
run: >
deciles-charts:v0.0.33
--input-files output/joined/measure_*_practice_rate.csv
--output-dir output/joined
config:
show_outer_percentiles: false
tables:
output: true
charts:
output: true
needs: [generate_measures_all_reviews]
outputs:
moderately_sensitive:
deciles_charts: output/joined/deciles_*_*.*
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 04:18:27
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- medication_reviews
- Requested by
- Vicky Speed
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- 1a60da6
- Requested actions
-
-
generate_study_population
-
generate_ethnicity_cohort
-
join_cohorts
-
generate_measures_all_reviews
-
smr_plots
-
generate_deciles_charts
-
run_all
-
Code comparison
Compare the code used in this Job Request
- No previous Job Request available for comparison