Job request: 7787
- Organisation:
- ISARIC
- Workspace:
- hdruk-os-covid-paeds
- ID:
- dfcissfnm4c2pmf6
This page shows the technical details of what happened when the authorised researcher James Farrell 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:
-
s4upvvufa43ynsif
-
- Job identifier:
-
vh5xqhoqzyrgyot7
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_contact_counts:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition_contact_counts
--output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input_contact_counts.csv.gz
descriptives_count_data:
run: r:latest analysis/00_count_data.R
needs: [generate_contact_counts]
outputs:
moderately_sensitive:
plots: output/descriptive/counts/*.jpeg
tables: output/descriptive/counts/*.csv
generate_study_population:
run: cohortextractor:latest generate_cohort --study-definition study_definition --output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input.csv.gz
generate_admissions:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition_admissions
--index-date-range "2018-10-01 to 2018-11-01 by month"
--output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input_admissions_20*.csv.gz
generate_outpatient:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition_outpatient
--index-date-range "2019-01-01 to 2019-04-01 by month"
--output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input_outpatient_20*.csv.gz
generate_gp:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition_gp
--index-date-range "2019-01-01 to 2019-04-01 by month"
--output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input_gp_20*.csv.gz
generate_covid_tests_negative:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition_covid_tests_negative
--index-date-range "2020-01-01 to 2020-04-01 by month"
--output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input_covid_tests_negative_20*.csv.gz
generate_covid_tests_positive:
run: >
cohortextractor:latest generate_cohort
--study-definition study_definition_covid_tests_positive
--index-date-range "2020-01-01 to 2020-04-01 by month"
--output-format csv.gz
outputs:
highly_sensitive:
cohort: output/input_covid_tests_positive_20*.csv.gz
descriptives_admissions:
run: r:latest analysis/04_summarise_admissions.R
needs: [generate_study_population, generate_admissions]
outputs:
moderately_sensitive:
plots: output/admissions_plots/*.jpeg
tables: output/admissions_table/*.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:25:00
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- hdruk-os-covid-paeds
- Requested by
- James Farrell
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 5a67e15
- Requested actions
-
-
generate_admissions -
descriptives_admissions
-
Code comparison
Compare the code used in this job request