Skip to content

Job request: 6487

Organisation:
University of Leeds
Workspace:
all_cause_mortality_with_stratification
ID:
yj6ejsub2k7g67pr

This page shows the technical details of what happened when the authorised researcher Ciarán D. McInerney 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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  generate_study_population:
    run: cohortextractor:latest generate_cohort --study-definition study_definition
    outputs:
      highly_sensitive:
        cohort: output/input.csv

  4wk_onboarding:
    run: r:latest analysis/report.R
    needs: [generate_study_population]
    outputs:
      moderately_sensitive:
       #cohort1: output/plot_postOp_mortality_30day.png
       subtable_table1_ageGroup: output/table1_ageGroup.csv
       subtable_table1_Sex: output/table1_Sex.csv
       subtable_table1_30dayMortality: output/table1_postOp_mortality_30day.csv
       table1_df_4wk__Interim: output/table1_4wk_onboarding__Interim.csv
       table1_df_4wk: output/table1_4wk_onboarding.csv
       #table1_kable_4wk: output/Table1_4wk_onboarding.png
       subtable_table1_ageGroup_3mths: output/table1_ageGroup_3mths.csv
       subtable_table1_Sex_3mths: output/table1_Sex_3mths.csv
       subtable_table1_30dayMortality_3mths: output/table1_postOp_mortality_30day_3mths.csv
       table1_df_4wk_3mths: output/table1_4wk_onboarding_3mths.csv
       #table1_kable_4wk_3mths: output/Table1_4wk_onboarding_3mths.png
       subtable_table1_ageGroup_6mths: output/table1_ageGroup_6mths.csv
       subtable_table1_Sex_6mths: output/table1_Sex_6mths.csv
       subtable_table1_30dayMortality_6mths: output/table1_postOp_mortality_30day_6mths.csv
       table1_df_4wk_6mths: output/table1_4wk_onboarding_6mths.csv
       #table1_kable_4wk_6mths: output/Table1_4wk_onboarding_6mths.png

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:02:44

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

Job information

Status
Failed
Backend
TPP
Requested by
Ciarán D. McInerney
Branch
main
Force run dependencies
Yes
Git commit hash
767706f
Requested actions
  • 4wk_onboarding

Code comparison

Compare the code used in this Job Request