Job request: 16287
- Organisation:
- University of Manchester
- Workspace:
- main_pregnancy_tx_pathways
- ID:
- 6rhzke6zbmgi44wc
This page shows the technical details of what happened when the authorised researcher Vicki Palin UoM 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:
-
vfbrzimx56b4ucfm
-
- Job identifier:
-
dggearg2nylznz2s
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
# this is for number of matches
# should delivery codes be in population?
generate_study_population:
run: cohortextractor:latest generate_cohort --study-definition study_definition
outputs:
highly_sensitive:
cohort: output/input.csv
#this is to generate a date file for each month
generate_study_population_monthly:
run: cohortextractor:latest generate_cohort
--study-definition study_definition_monthly
--index-date-range "2019-01-01 to today by month"
--output-dir=output
--output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input_*.csv.gz
# this is to run measures
# need to add first/last day of month to variables in study def?
generate_study_population_measures:
run: cohortextractor:latest generate_cohort
--study-definition study_definition_measures
--index-date-range "2019-01-01 to today by month" --skip-existing
--output-dir=output/measures
--output-format=csv.gz
outputs:
highly_sensitive:
cohort: output/measures/input_*.csv.gz
generate_measures:
run: cohortextractor:latest generate_measures --study-definition study_definition_measures --skip-existing --output-dir=output/measures
needs: [generate_study_population_measures]
outputs:
moderately_sensitive:
measure_csv: output/measures/measure_*.csv
describe_del_code_freq:
run: r:latest analysis/del_code_frequency.R
needs: [generate_study_population]
outputs:
moderately_sensitive:
hist1: output/del_code_histogram.jpeg
table1: output/table_del_codes.csv
describe_pn_rate_plots:
run: r:latest analysis/pn_check_using_measures.R
needs: [generate_study_population_measures, generate_measures]
outputs:
moderately_sensitive:
plot1: output/monthly_pn_rate_measures8wkcode.jpeg
#or does this go into command above
describe_pn_rate_plots_by_age_cat:
run: r:latest analysis/pn_check_using_measures_by_age_cat.R
needs: [generate_study_population_measures, generate_measures]
outputs:
moderately_sensitive:
plot1: output/monthly_pn_rate_measures8wkcode_by_age_cat.jpeg
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:09:52
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- main_pregnancy_tx_pathways
- Requested by
- Vicki Palin UoM
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 56c4ced
- Requested actions
-
-
generate_study_population -
describe_del_code_freq
-
Code comparison
Compare the code used in this job request
- No previous job request available for comparison