Skip to content

Job request: 562

Organisation:
Workspace:
ethnicity
ID:
44kr7egt2c3b575y

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:
    sens_ruralurban_eth16
    Status:
    Status: Failed
    Job identifier:
    balef44z3dfcnljh
    Error:
    Job exited with an error code

Pipeline

Show project.yaml
version: "3.0"

expectations:
  population_size: 10000

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
        stseticu: output/analysis_dataset_STSET_icu.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_region:
    run: stata-mp:latest analysis/02b_eth_region_check.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/02b_region_check.log
        table: output/table0_region.txt

  check_age:
    run: stata-mp:latest analysis/05b_eth_table1_descriptives_eth5_agegroup.do
    needs: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/05b_eth_table1_ages_eth5.log
        table: output/table1_eth5_age.txt

  sens_nostp_eth16:
    run: stata-mp:latest analysis/07a_eth_sensanalysis_nostp_eth16.do
    needs: [cr_sgss, cr_hes_covid, cr_ons]
    outputs:
      moderately_sensitive:
        log: logs/07a_eth_sensanalysis_nostp_eth16.log
        table: output/sens_nostp_eth16.txt
        estout: output/estout_sens_nostp_eth16.txt
        graph: output/FP_sens_nostp_eth16.txt


  sens_nostp_eth5:
    run: stata-mp:latest analysis/07b_eth_sensanalysis_nostp_eth5.do
    needs: [cr_sgss, cr_hes_covid, cr_ons]
    outputs:
      moderately_sensitive:
        log: logs/07b_eth_sensanalysis_nostp_eth5.log
        table: output/sens_nostp_eth5.txt
        estout: output/estout_sens_nostp_eth5.txt
        graph: output/FP_sens_nostp_eth5.txt

  sens_ruralurban_eth16:
    run: stata-mp:latest analysis/07c_eth_sensanalysis_ruralurban_eth16.do
    needs: [cr_sgss, cr_hes_covid, cr_ons]
    outputs:
      moderately_sensitive:
        log: logs/07c_eth_sensanalysis_ruralurban_eth16.log
        estout: output/estout_sens_ruralurban_eth16.txt

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:00:03

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

Job request

Status
Failed
Backend
TPP
Workspace
ethnicity
Requested by
Rohini Mathur
Branch
add-project-yaml
Force run dependencies
No
Git commit hash
6bf9fc6
Requested actions
  • sens_ruralurban_eth16

Code comparison

Compare the code used in this job request