Job request: 3832
- Organisation:
- Bennett Institute
- Workspace:
- post-vax-ae-attendance_main
- ID:
- yrofdxq6zo6fbcyu
This page shows the technical details of what happened when the authorised researcher Will Hulme 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
-
- Job identifier:
-
hygrfmy6c5umlpsb
-
- Job identifier:
-
kkum65d2jrl7ko5q
-
- Job identifier:
-
72drphfdaxhjejjj
-
- Job identifier:
-
7qbgvtoqbcpzaqzk
-
- Job identifier:
-
lpxwafbkhw5kyizf
-
- Job identifier:
-
z2f5hvfp732ivkzi
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 10000
actions:
design:
run: r:latest analysis/design.R
outputs:
moderately_sensitive:
dates: analysis/lib/dates.json
groups: analysis/lib/diagnosis_codes.json
lookup: analysis/lib/diagnosis_codes_lookup.rds
labels: analysis/lib/variable_labels.rds
extract:
run: cohortextractor:latest generate_cohort --study-definition study_definition
--output-format feather
# dummy_data_file: -- not yet in use because of https://github.com/opensafely-core/cohort-extractor/issues/611#issuecomment-893544024
needs: [design]
outputs:
highly_sensitive:
cohort: output/input.feather
process:
run: r:latest analysis/process.R
needs: [design, extract]
outputs:
highly_sensitive:
cohort: output/data/data_cohort.rds
descr_table1:
run: r:latest analysis/table1.R
needs: [design, process]
outputs:
highly_sensitive:
rds: output/table1/*.rds
moderately_sensitive:
html: output/table1/*.html
csv: output/table1/*.csv
descr_vaxdate:
run: r:latest analysis/vax_date.R
needs: [design, process]
outputs:
highly_sensitive:
rds: output/vaxdate/*.rds
moderately_sensitive:
png: output/vaxdate/*.png
descr_diagnoses:
run: r:latest analysis/diagnoses.R
needs: [design, process]
outputs:
highly_sensitive:
rds: output/diagnoses/*.rds
moderately_sensitive:
png: output/diagnoses/*.png
rmd_report:
run: r:latest -e 'rmarkdown::render("analysis/report.Rmd", knit_root_dir
= "/workspace", output_dir = "/workspace/output/report" )'
needs: [design, descr_table1, descr_vaxdate, descr_diagnoses]
outputs:
moderately_sensitive:
html: output/report/report.html
md: output/report/report.md
figures: output/report/figures/*.png
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 05:45:43
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- post-vax-ae-attendance_main
- Requested by
- Will Hulme
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 64287c3
- Requested actions
-
-
design
-
process
-
descr_table1
-
descr_vaxdate
-
descr_diagnoses
-
rmd_report
-
Code comparison
Compare the code used in this Job Request