Skip to content

Job request: 550

Organisation:
Workspace:
ethnicity
ID:
2rxrmgu4bnjoujfa

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

  • Action:
    crmain
    Status:
    Status: Succeeded
    Job identifier:
    ahtuawuthzwbgxsm
  • Action:
    cr_sgss
    Status:
    Status: Succeeded
    Job identifier:
    63lkoe7ppwzzezsp
  • Action:
    cr_hes_covid
    Status:
    Status: Succeeded
    Job identifier:
    fxpvkylom35bmsvh
  • Action:
    cr_ons
    Status:
    Status: Succeeded
    Job identifier:
    znjlruz2pegrjsy6
  • Action:
    check_region
    Status:
    Status: Succeeded
    Job identifier:
    sjmlk5hc6qxe3qgj
  • Action:
    check_age
    Status:
    Status: Succeeded
    Job identifier:
    uijztxlq3qwnq6io
  • Action:
    sens_nostp_eth16
    Status:
    Status: Failed
    Job identifier:
    ymcdsm7sy4i67hf4
  • Action:
    sens_nostp_eth5
    Status:
    Status: Failed
    Job identifier:
    4gu5epev24l7wluc
  • Action:
    sens_ruralurban_eth16
    Status:
    Status: Failed
    Job identifier:
    w4wdyhxgrnbs4ypb

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
        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: [crmain]
    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: [crmain]
    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: [crmain]
    outputs:
      moderately_sensitive:
        log: logs/07c_eth_sensanalysis_ruralurban_eth5.log
        estout: output/estout_sens_ruralurban_eth5.txt

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:23:14

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

Job information

Status
Failed
Backend
TPP
Workspace
ethnicity
Requested by
Rohini Mathur
Branch
add-project-yaml
Force run dependencies
No
Git commit hash
e78b08e
Requested actions
  • crmain
  • cr_sgss
  • cr_hes_covid
  • cr_ons
  • check_region
  • check_age
  • sens_nostp_eth16
  • sens_nostp_eth5
  • sens_ruralurban_eth16

Code comparison

Compare the code used in this Job Request