Job request: 8958
- Organisation:
- The London School of Hygiene & Tropical Medicine
- Workspace:
- lone_households
- ID:
- tg52e2ow7dftbye4
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 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:
-
pfzgyduytvwgswyk
-
- Job identifier:
-
tpk253l3u347rpo2
-
- Job identifier:
-
2lajn2lmwicmuudk
-
- Job identifier:
-
qvilsxcqopukskyv
-
- Job identifier:
-
uaifmsrifpt4mukv
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
# Study population for lone households and mental health outcomes
generate_study_population:
run: cohortextractor:latest generate_cohort --study-definition study_definition --index-date-range "2018-03-01 to 2022-01-01 by month" --output-dir=output/measures --output-format=csv
outputs:
highly_sensitive:
cohort: output/measures/input_*.csv
# Relative outcome measures
calculate_measures:
run: cohortextractor:latest generate_measures --study-definition study_definition --output-dir=output/measures
needs: [generate_study_population]
outputs:
moderately_sensitive:
measure: output/measures/measure_*.csv
# Model checks for normality, seasonal effects, lags, etc.
check:
run: stata-mp:latest analysis/modelcheck.do
needs: [calculate_measures]
outputs:
moderately_sensitive:
log: output/modelcheck.txt
figures: output/tabfig/checks_*.svg
# Model coefficients from time series analysis
describe:
run: stata-mp:latest analysis/timeseries.do
needs: [calculate_measures]
outputs:
moderately_sensitive:
log: output/tsreg.txt
tables: output/tabfig/tsreg_tables*.csv
figures: output/tabfig/margin_*.svg
# Line graphs
graph:
run: stata-mp:latest analysis/lines.do
needs: [calculate_measures]
outputs:
moderately_sensitive:
log: output/lines.txt
results: output/tabfig/lines_*.svg
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:29:20
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Failed
- Backend
- TPP
- Workspace
- lone_households
- Requested by
- Emily Herrett
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 0d861f2
- Requested actions
-
-
generate_study_population
-
calculate_measures
-
check
-
describe
-
graph
-
run_all
-
Code comparison
Compare the code used in this Job Request
- No previous Job Request available for comparison