From 05d6011c41e402eee0430c3b5e1f2d912586db0f Mon Sep 17 00:00:00 2001 From: Mike Panciera Date: Mon, 28 Mar 2016 14:18:34 -0400 Subject: [PATCH] fixed missing `=` --- docs/source/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config.rst b/docs/source/config.rst index c00a4373..1c466997 100644 --- a/docs/source/config.rst +++ b/docs/source/config.rst @@ -90,7 +90,7 @@ You will probably want to be able to run an entire samplesheet with a custom con .. code-block:: bash - $> RUNSAMPLEOPTIONS"-c config.yaml" runsamplesheet.sh /path/to/NGSData/ReadsBySample samplesheet.tsv + $> RUNSAMPLEOPTIONS="-c config.yaml" runsamplesheet.sh /path/to/NGSData/ReadsBySample samplesheet.tsv Editing config.yaml ===================