From 7fff3e9a172388d56eb6df59315383c13e75b7d6 Mon Sep 17 00:00:00 2001 From: Danny Park Date: Wed, 28 Jan 2015 13:42:58 -0500 Subject: [PATCH] update recommended snakemake version [ci skip] --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 3639a51cd..50115454c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -38,7 +38,7 @@ Additionally, in order to use the **pipeline infrastructure**, Python 3.4 is required (Python 2 is not supported) and you must install snakemake as well:: - pip install snakemake==3.2 yappi=0.94 + pip install snakemake==3.2.1 yappi=0.94 However, most of the real functionality is encapsulated in the command line tools, which can be used without any of the pipeline infrastructure.