Skip to content

An example workflow using NHS synthetic data

License

Notifications You must be signed in to change notification settings

CUREd-Plus/snakemake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHS data workflow example

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.

Installation

Create a virtual environment

python -m venv .venv

Activate that environment (the specific command depends upon operating system)

source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Usage

Run the workflow using the command line interface

snakemake <target_output_file>

About

An example workflow using NHS synthetic data

Resources

License

Stars

Watchers

Forks

Languages