Skip to content

Commit

Permalink
Fix dummy data links (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc authored May 3, 2024
1 parent c99d9d2 commit fd0efc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/actions-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This section covers how to develop, run, and test your code to ensure it will wo

## Project pipelines

The [ehrQL](/ehrql/how-to/dummy-data.md) documentation describes how to make an action which generate dummy datasets based on the instructions defined in your `dataset_definition.py` script.
The [ehrQL](/ehrql/how-to/dummy-data) documentation describes how to make an action which generate dummy datasets based on the instructions defined in your `dataset_definition.py` script.
These dummy datasets are the basis for developing the analysis code that will eventually be passed to the server to run on real datasets.
The code can be written and run on your local machine using whatever development set up you prefer (e.g., developing R in RStudio).
However, it's important to ensure that this code will run successfully in OpenSAFELY's secure environment too, using the specific language and package versions that are installed there. To do this, you should use the project pipeline.
Expand Down
2 changes: 1 addition & 1 deletion docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repo will contain all the code relating to your project, and a history of i
- specify the patient population (dataset rows) and variables (dataset columns)
- specify the expected distributions of these variables for use in dummy data
- specify (or create) the [codelists](codelist-intro.md) required by the study definition, hosted by [OpenCodelists](https://www.opencodelists.org), and import them to the repo.
3. **Generate [dummy data](/ehrql/how-to/dummy-data.md)** based on the dataset definition, for writing and testing code.
3. **Generate [dummy data](/ehrql/how-to/dummy-data)** based on the dataset definition, for writing and testing code.
4. **Develop analysis scripts** using the dummy data in R, Stata, or Python. This will include:
- importing and processing the dataset(s) created by the cohort extractor
- importing any other external files needed for analysis
Expand Down

0 comments on commit fd0efc2

Please sign in to comment.