Job request: 24429
- Organisation:
 - King's College London
 - Workspace:
 - zoster_incidence_imids
 - ID:
 - ugx4crooihfn3fd6
 
This page shows the technical details of what happened when the authorised researcher Zijing Yang 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
- 
                
- Job identifier:
 - 
                    
                    
kpcfshjzdosj4fty 
 - 
                
- Job identifier:
 - 
                    
                    
3dwbql2st3ee7gjj 
 - 
                
- Job identifier:
 - 
                    
                    
3vi2alz6qwzt4ylf 
 - 
                
- Job identifier:
 - 
                    
                    
btl2hqwq7wv7jtp2 
 - 
                
- Job identifier:
 - 
                    
                    
ibmlxk3piajdywzx 
 - 
                
- Job identifier:
 - 
                    
                    
4hiy5u7m4rp5nzbp 
 - 
                
- Job identifier:
 - 
                    
                    
ucwqxbfpp2f53vax 
 
Pipeline
Show project.yaml
version: '4.0'
actions:
  generate_dataset:
    run: ehrql:v1 generate-dataset analysis/dataset_definition.py --output output/dataset.arrow
    outputs:
      highly_sensitive:
        dataset: output/dataset.arrow
  data_cleaning:
    run: r:latest analysis/data_cleaning.R
    needs:
    - generate_dataset
    outputs:
      highly_sensitive:
        table1: output/dt.csv
  Baseline_table:
    run: r:latest analysis/baseline_table.R
    needs:
    - data_cleaning
    outputs:
      moderately_sensitive:
        table1: output/Baseline_table.csv
  Incidence_table:
    run: r:latest analysis/Incidence_imids_diag_V2.R
    needs:
    - data_cleaning
    outputs:
      moderately_sensitive:
        table1: output/zoster_by_month_and_imids.csv
  Incidence_gender_table:
    run: r:latest analysis/Incidence_imids_diag_gender.R
    needs:
    - data_cleaning
    outputs:
      moderately_sensitive:
        table1: output/zoster_by_month_imids_gender.csv
  KM_plot:
    run: r:latest analysis/km_survival.R
    needs:
    - data_cleaning
    outputs:
      moderately_sensitive:
        plot1:  output/km_zoster_combined.png
       
  Incidence_plot:
    run: r:latest analysis/incidence_plot.R
    needs:
    - data_cleaning
    - Incidence_table
    - Incidence_gender_table
    outputs:
      moderately_sensitive:
        plot1_inc:  output/zoster_inc_individual_imid.png
        plot2_inc:  output/zoster_inc_all_imid.png
        plot1_cum:  output/zoster_cum_individual_imid.png
        plot2_cum:  output/zoster_cum_all_imid.png
        plot3_inc:  output/zoster_individual_imid_gender.png
        plot4_inc:  output/zoster_all_imid_gender.png
        plot3_cum:  output/zoster_cum_individual_imid_gender.png
        plot4_cum:  output/zoster_cum_all_imid_gender.png
Timeline
- 
  
    
  
  
Created:
 - 
  
    
  
  
Started:
 - 
  
    
  
  
Finished:
 - 
  
  
Runtime: 01:26:28
 
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
 - 
            Succeeded
 - Backend
 - TPP
 - Workspace
 - zoster_incidence_imids
 - Requested by
 - Zijing Yang
 - Branch
 - main
 - Force run dependencies
 - No
 - Git commit hash
 - f5d7ece
 - Requested actions
 - 
            
- 
                  
generate_dataset - 
                  
data_cleaning - 
                  
Baseline_table - 
                  
Incidence_table - 
                  
Incidence_gender_table - 
                  
KM_plot - 
                  
Incidence_plot - 
                  
run_all 
 - 
                  
 
Code comparison
Compare the code used in this job request