Skip to content

Job request: 543

Organisation:
Workspace:
eth-2nd-wave-branch
ID:
m7ld2ju2sfeuwljw

This page shows the technical details of what happened when the authorised researcher Rohini Mathur 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

  • Action:
    cr_sgss
    Status:
    Status: Succeeded
    Job identifier:
    m7xioxa7fe3j4rfq
  • Action:
    cr_hes_covid
    Status:
    Status: Failed
    Job identifier:
    flr7c3docpwpa7nq
    Error:
    No outputs found matching patterns: - logs/01c_eth_cr_stset_hes_covid.log
  • Action:
    cr_ons
    Status:
    Status: Failed
    Job identifier:
    ybgvu5jpagefskpo
    Error:
    No outputs found matching patterns: - logs/01d_eth_cr_stset_death.log
  • Action:
    main_eth16
    Status:
    Status: Failed
    Job identifier:
    fqfwif7kdk4iymno
    Error:
    Job exited with an error code
  • Action:
    main_eth5
    Status:
    Status: Failed
    Job identifier:
    a7xgowynxwhtaoy5
    Error:
    Job exited with an error code
  • Action:
    table1_eth16
    Status:
    Status: Succeeded
    Job identifier:
    nsjz7nqmw324xaub

Pipeline

Show project.yaml
version: "3.0"

expectations:
  population_size: 100000

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


  crmain:
    run: stata-mp:latest analysis/01_eth_cr_analysis_dataset.do
    needs: [generate_cohorts]
    outputs:
      highly_sensitive:
        data: output/analysis_dataset.dta
      moderately_sensitive:
        log: logs/01_eth_cr_analysis_dataset.log
  
  cr_sgss:
    run: stata-mp:latest analysis/01b_eth_cr_stset_sgss.do
    needs: [crmain]
    outputs:
      highly_sensitive:
        stsettested: output/analysis_dataset_STSET_tested.dta
        stsetpositiivetest: output/analysis_dataset_STSET_positivetest.dta
      moderately_sensitive:
        log: logs/01b_eth_cr_stset_sgss.log
  
  cr_hes_covid:
    run: stata-mp:latest analysis/01c_eth_cr_stset_hes.do
    needs: [crmain]
    outputs:
      highly_sensitive:
        stsethes: output/analysis_dataset_STSET_hes.dta
        stsetonscoviddeath: output/analysis_dataset_STSET_onscoviddeath.dta
      moderately_sensitive:
        log: logs/01c_eth_cr_stset_hes_covid.log

  cr_ons:
    run: stata-mp:latest analysis/01d_eth_cr_stset_death.do
    needs: [crmain]
    outputs:
      highly_sensitive:
        stsetons_noncoviddeath: output/analysis_dataset_STSET_ons_noncoviddeath.dta
        stsetonsdeath: output/analysis_dataset_STSET_onsdeath.dta 
      moderately_sensitive:
        log: logs/01d_eth_cr_stset_death.log

  check_eth16:
    run: stata-mp:latest analysis/02a_eth_outcomes_checks_eth16.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/02a_outcomes_checks_eth16.log
        table: output/table0_outcomes_eth16.txt


  check_eth5:
    run: stata-mp:latest analysis/02b_eth_outcomes_checks_eth5.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/02b_outcomes_checks_eth5.log
        table: output/table0_outcomes_eth5.txt

  check_region:
    run: stata-mp:latest analysis/05a_eth_region_check.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/05_region_check.log
        table: output/table3_region.txt

  table1_eth16:
    run: stata-mp:latest analysis/03a_eth_table1_descriptives_eth16_nocarehomes.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/03a_eth_table1_eth16_nocarehomes.log
        table: output/table1_eth16.txt

  table1_eth5:
    run: stata-mp:latest analysis/03b_eth_table1_descriptives_eth5_nocarehomes.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/03b_eth_table1_eth5_nocarehomes.log
        table: output/table1_eth5.txt

  main_eth16:
    run: stata-mp:latest analysis/04a_eth_an_multivariable_eth16_nocarehomes.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/04a_eth_an_multivariable_eth16.log
        table: output/table2_eth16.txt
        estout: output/estout_table2_eth16.txt
        graph: output/FP_multivariable_eth16.txt

  main_eth5:
    run: stata-mp:latest analysis/04b_eth_an_multivariable_eth5_nocarehomes.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/04b_eth_an_multivariable_eth5.log
        table: output/table2_eth5.txt
        estout: output/estout_table2_eth5.txt
        graph: output/FP_multivariable_eth5.txt

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:18:10

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

Job request

Status
Failed
Backend
TPP
Requested by
Rohini Mathur
Branch
remove-ICU-outcome
Force run dependencies
No
Git commit hash
d209b1a
Requested actions
  • cr_sgss
  • cr_hes_covid
  • cr_ons
  • table1_eth16
  • main_eth16
  • main_eth5

Code comparison

Compare the code used in this job request