Job request: 1525
- Organisation:
- Bennett Institute
- Workspace:
- population-csvt-counts
- ID:
- xrycmeoxcakla6lm
This page shows the technical details of what happened when the authorised researcher Alex Walker 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:
-
h57yeaj34bwvfawc
-
- Job identifier:
-
53nqwg4tdzxsjy2u
-
- Job identifier:
-
ndf4t654jmtkxxwd
-
- Job identifier:
-
zp6db3kfilbuaon7
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_cohort_2017:
run: cohortextractor:latest generate_cohort --study-definition study_definition_measures --index-date-range "2017-01-01 to 2017-12-31 by month"
outputs:
highly_sensitive:
measure_data: output/input_measures*.csv
generate_cohort_2018:
run: cohortextractor:latest generate_cohort --study-definition study_definition_measures --index-date-range "2018-01-01 to 2018-12-31 by month"
outputs:
highly_sensitive:
measure_data: output/input_measure*.csv
generate_cohort_2019:
run: cohortextractor:latest generate_cohort --study-definition study_definition_measures --index-date-range "2019-01-01 to 2019-12-31 by month"
outputs:
highly_sensitive:
measure_data: output/input_measur*.csv
generate_cohort_2020:
run: cohortextractor:latest generate_cohort --study-definition study_definition_measures --index-date-range "2020-01-01 to 2020-12-31 by month"
outputs:
highly_sensitive:
measure_data: output/input_measu*.csv
generate_cohort_2021:
run: cohortextractor:latest generate_cohort --study-definition study_definition_measures --index-date-range "2021-01-01 to 2021-02-28 by month"
outputs:
highly_sensitive:
measure_data: output/input_meas*.csv
calculate_measures:
run: cohortextractor:latest generate_measures --study-definition study_definition_measures
needs: [generate_cohort_2017, generate_cohort_2018, generate_cohort_2019, generate_cohort_2020, generate_cohort_2021]
outputs:
moderately_sensitive:
measure: output/measure_*_rate.csv
draw_timeseries:
run: python:latest python analysis/time_series_plots.py
needs: [calculate_measures]
outputs:
moderately_sensitive:
graph: output/event_count_time_series.svg
tables: output/table_*.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:59:38
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- population-csvt-counts
- Requested by
- Alex Walker
- Branch
- CSVT
- Force run dependencies
- No
- Git commit hash
- acb37fa
- Requested actions
-
-
generate_cohort_2020 -
generate_cohort_2021 -
calculate_measures -
draw_timeseries
-
Code comparison
Compare the code used in this job request