An example workflow using NHS synthetic data implemented using Snakemake to process NHS artificial data.
The contents of this repository are organised following Snakemake reproducibility guidelines.
Create a virtual environment
python -m venv .venvActivate that environment (the specific command depends upon operating system)
source .venv/bin/activateInstall dependencies
pip install -r requirements.txtRun the workflow using the command line interface
snakemake <target_output_file>