Job request: 9998
- Organisation:
- The London School of Hygiene & Tropical Medicine
- Workspace:
- disect_uk_india_covid
- ID:
- yxgu3rnltuvz4hzz
This page shows the technical details of what happened when the 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 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:
-
q5qmytv5ascdi5m7
-
- Job identifier:
-
oecxj6xbgl2ibun7
-
- Job identifier:
-
j5mzedjegquk6e75
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: 24:02:35
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Failed
- 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
-
Code comparison
Compare the code used in this Job Request
- No previous Job Request available for comparison