From 9a896f9037f86207152218f3aaca1edf478edcd1 Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 10 Mar 2020 12:32:16 -0400 Subject: [PATCH] Update quick_rule.rst --- docs/usage/quick_rule.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage/quick_rule.rst b/docs/usage/quick_rule.rst index fc85e2b2..c8945749 100644 --- a/docs/usage/quick_rule.rst +++ b/docs/usage/quick_rule.rst @@ -1,13 +1,13 @@ -Quick Rule -============= +Minimal Working Example +======================= -The following is a guide for creating and running a simple pipeline to extract Call metrics for daily and night epochs of one participant monitored on the US East coast. +The following is a quick guide for creating and running a simple pipeline to extract Call metrics for daily and night epochs of one participant monitored on the US East coast. #. Make sure your database connection credentials in ``.env`` are correct. See step 1 of :ref:`Usage Section `. #. Create at least one participant file ``p01`` under ``data/external/``. See step 2 of :ref:`Usage Section `. -#. Activate your Conda (python) environment. See step 6 of :ref:`install-page`. +#. Make sure your Conda (python) environment is active. See step 6 of :ref:`install-page`. #. Replace the contents of the ``Snakefile`` with the following snippet