From charlesreid1

No edit summary
No edit summary
Line 3: Line 3:
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/
Snakemake documentation: https://snakemake.readthedocs.io/en/stable/
 
Snakemake for Bioconda documentation: https://bioconda.github.io/recipes/snakemake/README.html

Revision as of 04:50, 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 documentation: https://snakemake.readthedocs.io/en/stable/

Snakemake for Bioconda documentation: https://bioconda.github.io/recipes/snakemake/README.html