Skip to content

Job request: 6886

Organisation:
King's College London
Workspace:
early-inflammatory-arthritis
ID:
siipml7kfqqeyldj

This page shows the technical details of what happened when the authorised researcher Mark Russell 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: 100000

actions:

  generate_study_population_allpts:
    run: cohortextractor:latest generate_cohort --study-definition study_definition_allpts
    outputs:
      highly_sensitive:
        cohort: output/input_allpts.csv
                  
  generate_study_population:
    run: cohortextractor:latest generate_cohort --study-definition study_definition
    outputs:
      highly_sensitive:
        cohort: output/input.csv
  
  create_cohorts_allpts:
    run: stata-mp:latest analysis/001_define_covariates_allpts.do
    needs: [generate_study_population_allpts]
    outputs:
      highly_sensitive:
        log1: logs/cleaning_dataset_allpts.log 
        data1: output/data/file_eia_allpts.dta        

  create_cohorts:
    run: stata-mp:latest analysis/000_define_covariates.do
    needs: [generate_study_population]
    outputs:
      highly_sensitive:
        log1: logs/cleaning_dataset.log 
        data1: output/data/file_eia_all.dta

  run_baseline_tables_allpts:
    run: stata-mp:latest analysis/101_baseline_characteristics_allpts.do
    needs: [create_cohorts_allpts]
    outputs:
      moderately_sensitive:
        log1: logs/descriptive_tables_allpts.log         

  run_baseline_tables:
    run: stata-mp:latest analysis/100_baseline_characteristics.do
    needs: [create_cohorts]
    outputs:
      moderately_sensitive:
        log1: logs/descriptive_tables.log         
  
  run_itsa_models:
    run: stata-mp:latest analysis/200_itsa_models.do
    needs: [create_cohorts]
    outputs:
      moderately_sensitive:
        log1: logs/itsa_models.log   
        figure1:  output/figures/ITSA_diagnostic_delay_newey.gph
        figure2:  output/figures/ITSA_diagnostic_delay_newey.svg
        figure3:  output/figures/ITSA_diagnostic_delay_prais.gph  
        figure4:  output/figures/ITSA_diagnostic_delay_prais.svg
        figure5:  output/figures/ITSA_diagnostic_delay_newey_2cuts.gph
        figure6:  output/figures/ITSA_diagnostic_delay_newey_2cuts.svg
        figure7:  output/figures/ITSA_diagnostic_delay_prais_2cuts.gph  
        figure8:  output/figures/ITSA_diagnostic_delay_prais_2cuts.svg
        figure9:  output/figures/ITSA_diagnostic_delay_GP_newey.gph
        figure10:  output/figures/ITSA_diagnostic_delay_GP_newey.svg
        figure11:  output/figures/ITSA_diagnostic_delay_GP_prais.gph  
        figure12:  output/figures/ITSA_diagnostic_delay_GP_prais.svg
        figure13:  output/figures/ITSA_diagnostic_delay_GPref_newey.gph
        figure14:  output/figures/ITSA_diagnostic_delay_GPref_newey.svg
        figure15:  output/figures/ITSA_diagnostic_delay_GPref_prais.gph  
        figure16:  output/figures/ITSA_diagnostic_delay_GPref_prais.svg
        figure17:  output/figures/ITSA_csDMARD_delay_newey_ra.gph
        figure18:  output/figures/ITSA_csDMARD_delay_newey_ra.svg
        figure19:  output/figures/ITSA_csDMARD_delay_prais_ra.gph
        figure20:  output/figures/ITSA_csDMARD_delay_prais_ra.svg
        figure21:  output/figures/ITSA_csDMARD_delay_newey_psa.gph  
        figure22:  output/figures/ITSA_csDMARD_delay_newey_psa.svg    
        figure23:  output/figures/ITSA_csDMARD_delay_prais_psa.gph
        figure24:  output/figures/ITSA_csDMARD_delay_prais_psa.svg
        figure25:  output/figures/ITSA_mtx_delay_newey_ra.gph
        figure26:  output/figures/ITSA_mtx_delay_newey_ra.svg
        figure27:  output/figures/ITSA_mtx_delay_prais_ra.gph
        figure28:  output/figures/ITSA_mtx_delay_prais_ra.svg
        figure29:  output/figures/ITSA_mtx_delay_newey_psa.gph  
        figure30:  output/figures/ITSA_mtx_delay_newey_psa.svg    
        figure31:  output/figures/ITSA_mtx_delay_prais_psa.gph
        figure32:  output/figures/ITSA_mtx_delay_prais_psa.svg
        doc1: output/tables/diagnostic_delay_ref_rheum_appt.csv
        doc2: output/tables/diagnostic_delay_GP_rheum_appt.csv
        doc3: output/tables/diagnostic_delay_GPref_rheum_appt.csv
        doc4: output/tables/csDMARD_delay_RA.csv
        doc5: output/tables/csDMARD_delay_PsA.csv
        doc6: output/tables/MTX_delay_RA.csv
        doc7: output/tables/MTX_delay_PsA.csv
  
  run_box_plots:
    run: stata-mp:latest analysis/300_box_plots.do
    needs: [create_cohorts]
    outputs:
      moderately_sensitive:
        log1: logs/box_plots.log
        figure 1: output/figures/regional_qs1_bar.gph
        figure 2: output/figures/regional_qs1_bar.svg
        figure 3: output/figures/regional_qs2_bar.gph
        figure 4: output/figures/regional_qs2_bar.svg   
        figure 5: output/figures/regional_csdmard_bar.gph
        figure 6: output/figures/regional_csdmard_bar.svg

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 01:11:47

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

Job information

Status
Succeeded
Backend
TPP
Requested by
Mark Russell
Branch
main
Force run dependencies
Yes
Git commit hash
ec6fb08
Requested actions
  • generate_study_population
  • create_cohorts
  • run_baseline_tables
  • run_itsa_models
  • run_box_plots

Code comparison

Compare the code used in this Job Request