Job request: 10150
- Organisation:
- The London School of Hygiene & Tropical Medicine
- Workspace:
- long_term_kidney_outcomes_after_covid
- ID:
- ofn5qk3srdm3zoqx
This page shows the technical details of what happened when the authorised researcher Viyaasan Mahalingasivam 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:
-
qw72hmpfuye2wg5m - Error:
- dependency_failed: Not starting as dependency failed
-
- Job identifier:
-
fmcuraczypwumh4x - Error:
- cancelled_by_user: Cancelled by user
-
- Job identifier:
-
ifbpgpkmgx7hvksp - Error:
- dependency_failed: Not starting as dependency failed
Pipeline
Show project.yaml
version: "3.0"
expectations:
population_size: 1000
actions:
# Match covid_all_for_matching to comparators in potential_historical_general_population and potential_contemporary_general_population
# https://docs.opensafely.org/case-control-studies/
# Extract data for covid_england
extract_covid_england:
run: cohortextractor:latest generate_cohort --study-definition study_definition_covid_england
outputs:
highly_sensitive:
cohort: output/input_covid_england.csv
#Data management for covid_england
covid_england:
run: stata-mp:latest analysis/covid_england.do
needs: [extract_covid_england]
outputs:
highly_sensitive:
analysis_dataset: output/covid_england.dta
moderately_sensitive:
log: logs/covid_england.log
#Descriptive statitics for covid_england
covid_descriptive:
run: stata-mp:latest analysis/covid_descriptive.do
needs: [covid_england]
outputs:
highly_sensitive:
analysis_dataset: output/covid_descriptive.dta
moderately_sensitive:
log: logs/covid_descriptive.log
# Extract data for covid_critical_care
extract_covid_critical_care:
run: cohortextractor:latest generate_cohort --study-definition study_definition_covid_critical_care
outputs:
highly_sensitive:
cohort: output/input_covid_critical_care.csv
covid_critical_care_count:
run: stata-mp:latest analysis/covid_critical_care.do
needs: [extract_covid_critical_care]
outputs:
highly_sensitive:
analysis_dataset: output/covid_critical_care.dta
moderately_sensitive:
log: logs/covid_critical_care.log
# Extract data for potential_contemporary_general_population
extract_potential_contemporary_general_population:
run: cohortextractor:latest generate_cohort --study-definition study_definition_potential_contemporary_general_population
outputs:
highly_sensitive:
cohort: output/input_potential_contemporary_general_population.csv
# Extract data for potential_contemporary_general_population (North East region)
extract_potential_contemporary_general_population_northeast:
run: cohortextractor:latest generate_cohort --study-definition study_definition_potential_contemporary_general_population_northeast
outputs:
highly_sensitive:
cohort: output/input_potential_contemporary_general_population_northeast.csv
Timeline
-
Created:
-
Finished:
-
Runtime:
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Failed
- Backend
- TPP
- Workspace
- long_term_kidney_outcomes_after_covid
- Requested by
- Viyaasan Mahalingasivam
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 9f0d01f
- Requested actions
-
-
extract_covid_england -
covid_england -
covid_descriptive
-
Code comparison
Compare the code used in this job request