Skip to content

Job request: 3184

Organisation:
Bennett Institute
Workspace:
primis-codelist-prevalence
ID:
uj3dbluvwhwn734n

This page shows the technical details of what happened when the authorised researcher Simon Davy requested one or more actions to be run against the OpenSAFELY test environment.

None of the code was run against real patient data.

Jobs

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 10000

actions:

  generate_study_population:
    run: cohortextractor:latest generate_cohort --study-definition study_definition
    outputs:
      highly_sensitive:
        cohort: output/input.csv
        
  generate_study_population_with_codes:
    run: cohortextractor:latest generate_cohort --study-definition study_definition_with_codes
    outputs:
      highly_sensitive:
        cohort: output/input_with_codes.csv


  generate_notebook:
    run: jupyter:latest jupyter nbconvert /workspace/notebooks/prevalence_comparison.ipynb --execute --to html --output-dir=/workspace/output --ExecutePreprocessor.timeout=86400 --debug
    needs: [generate_study_population]
    outputs:
      moderately_sensitive:
        notebook: output/prevalence_comparison.html 
        table: safe-outputs/*
        
        
  generate_notebook_code_comparison:
    run: jupyter:latest jupyter nbconvert /workspace/notebooks/prevalence_deepdive.ipynb --execute --to html --output-dir=/workspace/output --ExecutePreprocessor.timeout=86400 --debug
    needs: [generate_study_population_with_codes]
    outputs:
      moderately_sensitive:
        notebook: output/prevalence_deepdive.html 
        table: safe-outputs/by-codelist/*

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:00:32

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

Job request

Status
Succeeded
Backend
Test
Requested by
Simon Davy
Branch
master
Force run dependencies
No
Git commit hash
76aceb1
Requested actions
  • run_all

Code comparison

Compare the code used in this job request

  • No previous job request available for comparison