From charlesreid1

(Created page with "Snakemake is a pythonic way of writing makefiles. Snakemake works with distributions like anaconda to package and install dependencies. I recommend using Pyenv to keep th...")
 
No edit summary
Line 2: Line 2:


Snakemake works with distributions like anaconda to package and install dependencies. I recommend using [[Pyenv]] to keep things organized and separated out.
Snakemake works with distributions like anaconda to package and install dependencies. I recommend using [[Pyenv]] to keep things organized and separated out.
Snakemake docuemntation: https://snakemake.readthedocs.io/en/stable/

Revision as of 04:49, 10 February 2018

Snakemake is a pythonic way of writing makefiles.

Snakemake works with distributions like anaconda to package and install dependencies. I recommend using Pyenv to keep things organized and separated out.

Snakemake docuemntation: https://snakemake.readthedocs.io/en/stable/