Job request: 7901
- Organisation:
- ISARIC
- Workspace:
- hdruk-os-covid-paeds
- ID:
- p4l7yc277f64n4l5
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:
-
yrahgacfhp2tl47q
-
- Job identifier:
-
yt2apummgtaj4ryv
-
- Job identifier:
-
suafj6azqwuf344v
-
- Job identifier:
-
huciyhjavw6bqhiz
-
- Job identifier:
-
rkyqvw6h7xjadthz
-
- Job identifier:
-
pp5p74phgtdlgzpb
-
- Job identifier:
-
iqroifrg6z3yerxq
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:
data_admissions: 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:
data_outpatient: 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:
data_gp_contacts: 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 "2021-01-01 to 2021-04-01 by month"
--output-format csv.gz
outputs:
highly_sensitive:
data_negative_tests: 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 "2021-01-01 to 2021-04-01 by month"
--output-format csv.gz
outputs:
highly_sensitive:
data_positive_tests: output/input_covid_tests_positive_20*.csv.gz
process_data:
run: r:latest analysis/04_summarise_admissions.R
needs: [generate_study_population, generate_admissions, generate_outpatient,
generate_gp, generate_covid_tests_negative, generate_covid_tests_positive]
outputs:
highly_sensitive:
datasets: output/datasets/*.rds
moderately_sensitive:
plots: output/extract_descriptives/figures/*.jpeg
tables: output/extract_descriptives/tables/*.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 11:54:01
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
- 2e451a1
- Requested actions
-
-
generate_study_population -
generate_admissions -
generate_outpatient -
generate_gp -
generate_covid_tests_negative -
generate_covid_tests_positive -
process_data
-
Code comparison
Compare the code used in this job request