Job request: 16621
- Organisation:
- The London School of Hygiene & Tropical Medicine
- Workspace:
- openprompt_longcovid_vaccines
- ID:
- elv7ufrkgvrwfs74
This page shows the technical details of what happened when the authorised researcher Alasdair Henderson 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:
-
jmbbnsfjrsalxose - Error:
- nonzero_exit: Job exited with an error
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_dataset_cases:
run: >
databuilder:v0
generate-dataset analysis/dataset_definition_cases.py --output output/dataset_cases.csv.gz
outputs:
highly_sensitive:
dataset_cases: output/dataset_cases.csv.gz
generate_dataset_controls:
run: >
databuilder:v0
generate-dataset analysis/dataset_definition_controls.py --output output/dataset_controls.csv.gz
outputs:
highly_sensitive:
dataset_controls: output/dataset_controls.csv.gz
generate_dataset_lc_pre_vacc:
run: >
databuilder:v0
generate-dataset analysis/dataset_definition_longcovid_prevaccine.py --output output/dataset_lc_pre_vacc.csv.gz
outputs:
highly_sensitive:
dataset_controls: output/dataset_lc_pre_vacc.csv.gz
crude_rates:
run: >
r:latest
analysis/020_cruderates.R
needs: [generate_dataset_cases, generate_dataset_controls]
outputs:
moderately_sensitive:
cruderates: output/tab021_crude_lc_rates.csv
tuvrates: output/tab022_tuv_lc_rates.csv
plot_incidence:
run: >
r:latest
analysis/030_plotrates.R
needs: [generate_dataset_cases, generate_dataset_controls]
outputs:
moderately_sensitive:
cuminc: output/fig1_cumulative_incidence.pdf
rawcountsplot: output/fig2_raw_counts_bysex.pdf
poisson_rates:
run: >
r:latest
analysis/040_poisson_regressions.R
needs: [generate_dataset_cases, generate_dataset_controls]
outputs:
moderately_sensitive:
poissonrates: output/tab023_poissonrates.csv
irrplot: output/fig3_rate_ratios.pdf
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 06:54:13
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Failed
- Backend
- TPP
- Workspace
- openprompt_longcovid_vaccines
- Requested by
- Alasdair Henderson
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 4454168
- Requested actions
-
-
poisson_rates
-
Code comparison
Compare the code used in this job request