From 9ba2d218f731d667bdfc491df0c20eb693ef7b14 Mon Sep 17 00:00:00 2001 From: Sander Bollen <a.h.b.bollen@lumc.nl> Date: Thu, 28 May 2015 17:05:19 +0200 Subject: [PATCH] correct output dir for toucan --- docs/pipelines/toucan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/toucan.md b/docs/pipelines/toucan.md index c0c812197..dc28ae6e8 100644 --- a/docs/pipelines/toucan.md +++ b/docs/pipelines/toucan.md @@ -46,7 +46,7 @@ With that in mind, an example configuration using mode `standard` of the VepNorm "vepnormalizer": { "mode": "standard" }, - "out_dir": <path_to_output_directory> + "output_dir": <path_to_output_directory> } ~~~~ -- GitLab