Job request: 23380
- Organisation:
- The London School of Hygiene & Tropical Medicine
- Workspace:
- covid_collateral_hf
- ID:
- cr4emv7agdfjy6j4
This page shows the technical details of what happened when the authorised researcher Emily Herrett 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:
-
vrp7ctut533hiryh
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 100000
actions:
#Study definition
generate_study_population_prevalent_2018:
run: cohortextractor:latest generate_cohort --study-definition study_definition_prevalent_2018
outputs:
highly_sensitive:
cohort: output/input_prevalent_2018.csv
generate_study_population_prevalent_2019:
run: cohortextractor:latest generate_cohort --study-definition study_definition_prevalent_2019
outputs:
highly_sensitive:
cohort: output/input_prevalent_2019.csv
generate_study_population_prevalent_2020:
run: cohortextractor:latest generate_cohort --study-definition study_definition_prevalent_2020
outputs:
highly_sensitive:
cohort: output/input_prevalent_2020.csv
generate_study_population_prevalent_2021:
run: cohortextractor:latest generate_cohort --study-definition study_definition_prevalent_2021
outputs:
highly_sensitive:
cohort: output/input_prevalent_2021.csv
generate_study_population_prevalent_2022:
run: cohortextractor:latest generate_cohort --study-definition study_definition_prevalent_2022
outputs:
highly_sensitive:
cohort: output/input_prevalent_2022.csv
generate_study_population_prevalent_2023:
run: cohortextractor:latest generate_cohort --study-definition study_definition_prevalent_2023
outputs:
highly_sensitive:
cohort: output/input_prevalent_2023.csv
generate_study_population_incident:
run: cohortextractor:latest generate_cohort --study-definition study_definition_incident
outputs:
highly_sensitive:
cohort: output/input_incident.csv
# Generate datasets for analysis 000 and 001
generate_analysis_dataset_prevalent:
run: stata-mp:latest analysis/000_cr_define_covariates_prevalent.do
needs: [generate_study_population_prevalent_2018, generate_study_population_prevalent_2019, generate_study_population_prevalent_2020, generate_study_population_prevalent_2021, generate_study_population_prevalent_2022, generate_study_population_prevalent_2023]
outputs:
highly_sensitive:
cohort: output/prevalent_cohort*.dta
generate_analysis_dataset_incident:
run: stata-mp:latest analysis/001_cr_define_covariates_incident.do
needs: [generate_study_population_incident]
outputs:
highly_sensitive:
cohort: output/incident_cohort*.dta
# Generate drug prevalence estimates for prevalent cohorts 202
generate_drugprevalence_prevalent:
run: stata-mp:latest analysis/202_cr_prevalent_cohort_prevalence.do
needs: [generate_analysis_dataset_prevalent]
outputs:
moderately_sensitive:
output: output/tabfig/prevalent_prevalences_summary*.csv
# graph: output/tabfig/prevalent_prevalences*.svg
# Generate rates for prevalent cohorts: 201
generate_rates_prevalent:
run: stata-mp:latest analysis/201_cr_prevalent_cohort_simple_rates.do
needs: [generate_analysis_dataset_prevalent]
outputs:
moderately_sensitive:
output: output/tabfig/prevalent_rates_summary*.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:07:40
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- covid_collateral_hf
- Requested by
- Emily Herrett
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 86f53fb
- Requested actions
-
-
generate_analysis_dataset_prevalent
-
Code comparison
Compare the code used in this job request