From 442a7bba8b8d91e6328effcbce0769dec3178b1c Mon Sep 17 00:00:00 2001 From: rioualen Date: Mon, 25 Apr 2016 18:03:44 +0200 Subject: [PATCH] minor update in docker protocol --- doc/gene-regulation_tutorials/gene-regulation_with_docker.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/gene-regulation_tutorials/gene-regulation_with_docker.Rmd b/doc/gene-regulation_tutorials/gene-regulation_with_docker.Rmd index 6db23378..8996ed6f 100644 --- a/doc/gene-regulation_tutorials/gene-regulation_with_docker.Rmd +++ b/doc/gene-regulation_tutorials/gene-regulation_with_docker.Rmd @@ -72,8 +72,9 @@ You can share as many folders as desired, using this syntax: `-v /path/on/host/: ## Execute the pipeline +``` snakemake -s scripts/snakefiles/workflows/factor_workflow.py -p - +```