Job request: 1243
- Organisation:
- University of Bristol
- Workspace:
- vaccine-rd
- ID:
- iqa6oaijtm5r45sl
This page shows the technical details of what happened when the authorised researcher Louis Fisher 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:
-
43dbcqdohh4rq7jr
-
- Job identifier:
-
ih7if3khmfjouw7n
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 10000
actions:
# gen_std_popn:
# run: cohortextractor:latest generate_cohort --study-definition study_definition
# outputs:
# highly_sensitive:
# cohort: output/input.csv
# run_model:
# run: r:latest analysis/1-rcmdbatch.R # 1-basic-rd.R
# needs: [gen_std_popn]
# outputs:
# moderately_sensitive:
# figure1: output/plots/pt_plot.png
# # figure2: output/plots/four_plot.png
# log: logs/1-basic-rd.log
gen_std_popn_2:
run: cohortextractor:latest generate_cohort --study-definition study_definition_2
outputs:
highly_sensitive:
cohort: output/input_2.csv
run_model_2:
run: r:latest analysis/2-rcmdbatch.R # 2-basic-rd.R
needs: [gen_std_popn_2]
outputs:
moderately_sensitive:
figure1: output/pt_plot_week_1.png
figure2: output/pt_plot_week_2.png
figure3: output/pt_plot_week_3.png
figure4: output/pt_plot_week_4.png
figure5: output/pt_plot_week_5.png
figure6: output/pt_plot_week_6.png
figure7: output/pt_plot_week_7.png
figure8: output/pt_plot_week_8.png
log: logs/2-basic-rd.log
# gen_std_popn_by_week:
# run: cohortextractor:latest generate_cohort --study-definition study_definition_2 --index-date-range "2020-12-08 to 2021-02-01 by week" --output-dir=output/measures
# outputs:
# highly_sensitive:
# cohort: output/measures/input_by_week_*.csv
#
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 05:53:11
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- vaccine-rd
- Requested by
- Louis Fisher
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 655b133
- Requested actions
-
-
gen_std_popn_2
-
run_model_2
-
run_all
-
Code comparison
Compare the code used in this Job Request
- No previous Job Request available for comparison