nickdelgrosso / pipeline-demo1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Workflow

Installl Dependencies

conda env create -f environment.yml
conda activate snakemake

Run Workflow Once

snakemake --cores 1

Run Worfklow Automatically, whenever the data in data/raw changes or gets added to:

python watcher.py

About


Languages

Language:Jupyter Notebook 87.2%Language:Python 12.8%