Skip to content

Job request: 13697

Organisation:
University of Liverpool
Workspace:
flucats
ID:
gwvmz4fhssbuukaa

This page shows the technical details of what happened when authorised researcher Sudhir Venkatesan requested one or more actions to be run against real patient data in the project, within a secure environment.

By cross-referencing the indicated Requested Actions with the Pipeline section below, you can infer what security level various outputs were written to. Outputs marked as highly_sensitive can never be viewed directly by a researcher; 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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  generate_study_population_1:
    run: cohortextractor:latest generate_cohort --study-definition study_definition --index-date-range "2020-03-01 to 2020-07-01 by month" --output-format=csv.gz --with-end-date-fix
    outputs:
      highly_sensitive:
        cohort: output/input_*.csv.gz

  generate_study_population_2:
    run: cohortextractor:latest generate_cohort --study-definition study_definition --index-date-range "2020-08-01 to 2021-01-01 by month" --output-format=csv.gz --with-end-date-fix
    outputs:
      highly_sensitive:
        cohort: output/input*.csv.gz

  # Gives until 2021-07-01. Only have ONS deaths until 2021-07-01
  # generate_study_population_3:
  #   run: cohortextractor:latest generate_cohort --study-definition study_definition --index-date-range "2021-02-01 to 2021-06-01 by month" --output-format=csv.gz --with-end-date-fix
  #   outputs:
  #     highly_sensitive:
  #       cohort: output/inpu*.csv.gz
  

  # generate_study_population_end:
  #   run: cohortextractor:latest generate_cohort --study-definition study_definition_end --output-format=csv.gz --with-end-date-fix
  #   outputs:
  #     highly_sensitive:
  #       cohort: output/input_end.csv.gz

  # join_cohorts_monthly:
  #   run: >
  #     cohort-joiner:v0.0.44
  #       --lhs output/input_20*.csv.gz
  #       --rhs output/input_end.csv.gz
  #       --output-dir output/joined
  #   needs: [
  #     generate_study_population_1,
  #     generate_study_population_2,
  #     generate_study_population_3,
  #     generate_study_population_end]
  #   outputs:
  #     highly_sensitive:
  #       cohort: output/joined/input_20*.csv.gz


  generate_dataset_report:
    run: >
      dataset-report:v0.0.24
        --input-files output/input_2021-01-01.csv.gz
        --output-dir output
    needs: [generate_study_population_2]
    outputs:
      moderately_sensitive:
        dataset_report: output/input_2021-01-01.html

  generate_first_outputs:
    run: r:latest analysis/flucats_descriptive_basic.R


    needs: [generate_study_population_1, generate_study_population_2]
    outputs:
      moderately_sensitive:
        attrition: output/attrition.csv
        histogram_age: output/age_hist.png
        date_plot: output/weekly_template.png
        flucat_tables: output/flucat*.csv
        sex_table: output/sex_table.csv
        region_table: output/region_table.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:07:11

These timestamps are generated and stored using the UTC timezone on the EMIS backend.

Job information

Status
Failed
Backend
EMIS
Workspace
flucats
Requested by
Sudhir Venkatesan
Branch
main
Force run dependencies
No
Git commit hash
3693d4e
Requested actions
  • generate_first_outputs

Code comparison

Compare the code used in this Job Request