Job request: 2605
- Organisation:
- Workspace:
- online-consultations-emis
- ID:
- kwzzb6pf2mn4r3uz
This page shows the technical details of what happened when the authorised researcher Martina Fonseca 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:
-
tnpthbsy2jzgjqko
-
- Job identifier:
-
d2xfmurgch6kpxz4
-
- Job identifier:
-
wycxtdptog54a7xs
-
- Job identifier:
-
rcelt243o3exfm4r
-
- Job identifier:
-
6mikhiorp6ft64h6
-
- Job identifier:
-
ogoure22yeeutdle
-
- Job identifier:
-
n5nhh7cfyphlun4w
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
### Monthly tallies.
generate_cohorts_long_emis:
run: cohortextractor:latest generate_cohort --study-definition study_definition_EMISmeasures_bycode --index-date-range "2019-01-01 to 2020-12-01 by month" --output-dir=output/emismeasures
outputs:
highly_sensitive:
cohort: output/emismeasures/input_EMISmeasures_bycode_*.csv
generate_measures_emis:
run: cohortextractor:latest generate_measures --study-definition study_definition_EMISmeasures_bycode --output-dir=output/emismeasures
needs: [generate_cohorts_long_emis]
outputs:
moderately_sensitive:
measure_csv: output/emismeasures/measure_*.csv
run_model_long_emis:
run: r:latest analysis/EMIS03-createnattrends_codes.R
needs: [generate_cohorts_long_emis]
outputs:
moderately_sensitive:
log: logs/log-EMIS03-createnattrends.txt
tb01: output/tables/EMISsc03_tb01_nattrends.csv
fig01: output/plots/EMISsc03_fig01_nattrends.svg
fig02: output/plots/EMISsc03_fig02_absnattrends.svg
fig03: output/plots/EMISsc03_fig03_pracnatcoverage.svg
run_model_measures_emis:
run: r:latest analysis/EMIS02-createtemporal.R
needs: [generate_cohorts_long_emis,generate_measures_emis]
outputs:
moderately_sensitive:
log: logs/log-EMIS02-createtemporal.txt
red_measures: output/tables/redacted_*.csv
figquant: output/plots/emisplot_quantiles_*_practice.svg
figlogquant: output/plots/emisplot_logquantiles_*_practice.svg
### Weekly tallies to compare with OC/VC supplier data. https://docs.opensafely.org/en/latest/measures/
generate_cohorts_weekly2021_emis:
run: cohortextractor:latest generate_cohort --study-definition study_definition_EMISmeasures_weekly --index-date-range "2020-01-06 to 2021-05-31 by week" --output-dir=output/emismeasures-weekly
outputs:
highly_sensitive:
cohort: output/emismeasures-weekly/input_EMISmeasures_weekly_*.csv
generate_measures_weekly2021_emis:
run: cohortextractor:latest generate_measures --study-definition study_definition_EMISmeasures_weekly --output-dir=output/emismeasures-weekly
needs: [generate_cohorts_weekly2021_emis]
outputs:
moderately_sensitive:
measure_csv: output/emismeasures-weekly/measure_*.csv
run_model_weekly2021_emis:
run: r:latest analysis/EMIS04-weekly2021.R
needs: [generate_cohorts_weekly2021_emis,generate_measures_weekly2021_emis]
outputs:
moderately_sensitive:
log: logs/log-EMIS04-weekly2021.txt
tab1: output/tables/EMISsc04-weeklynattrend.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 24:29:39
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- online-consultations-emis
- Requested by
- Martina Fonseca
- Branch
- emis-branch
- Force run dependencies
- Yes
- Git commit hash
- cda778b
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this Job Request
- No previous Job Request available for comparison