This page shows the technical details of what happened when authorised researcher Rohini Mathur requested one or more actions to be run against real patient data in the project, within a secure environment.
By cross-referencing the indicated Requested Actions with the
Pipeline section below, you can infer what
security level
various outputs were written to. Outputs marked as
highly_sensitive
can never be viewed directly by a researcher; 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:
-
q5qmytv5ascdi5m7
-
- Job identifier:
-
j5mzedjegquk6e75
-
- Job identifier:
-
oecxj6xbgl2ibun7
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_study_population_w1:
run: cohortextractor:latest generate_cohort --study-definition study_definition_w1
outputs:
highly_sensitive:
cohort: output/input_w1.csv
generate_study_population_w2:
run: cohortextractor:latest generate_cohort --study-definition study_definition_w2
outputs:
highly_sensitive:
cohort: output/input_w2.csv
generate_study_population_w3:
run: cohortextractor:latest generate_cohort --study-definition study_definition_w3
outputs:
highly_sensitive:
cohort: output/input_w3.csv
analyse_w1:
run: r:latest analysis/analysis_wave1_long.R
needs: [generate_study_population_w1]
outputs:
moderately_sensitive:
table1a: output/table1a_w1.csv
table1c: output/table1c_w1.csv
unadjusted_severe: output/unadjusted_severe_w1.csv
unadjusted_long: output/unadjusted_long_w1.csv
# Currently wave 2 is correct so only run W2 scripts in jobs runner
analyse_w2_long:
run: r:latest analysis/analysis_wave2_long.R
needs: [generate_study_population_w2]
outputs:
moderately_sensitive:
table1a: output/table1a_w2.csv
table1b: output/table1b_w2.csv
table1c: output/table1c_w2.csv
unadjusted_long: output/unadjusted_long_w2.csv
analyse_w2_severe:
run: r:latest analysis/analysis_wave2_severe.R
needs: [generate_study_population_w2]
outputs:
moderately_sensitive:
unadjusted_long: output/unadjusted_severe_w2.csv
analyse_w3:
run: r:latest analysis/analysis_wave3_long.R
needs: [generate_study_population_w3]
outputs:
moderately_sensitive:
table1a: output/table1a_w3.csv
table1c: output/table1c_w3.csv
unadjusted_severe: output/unadjusted_severe_w3.csv
unadjusted_long: output/unadjusted_long_w3.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime:
These timestamps are generated and stored using the UTC timezone on the backend.
Job information
- Status
-
Failed
Completed successfully
- Backend
- TPP
- Workspace
- disect_uk_india_covid
- Requested by
- Rohini Mathur
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 235c0bb
- Requested actions
-
-
generate_study_population_w2
-
analyse_w2_long
-
analyse_w2_severe
-