From ab0d32c56709dfb8b8aad7f7bd64bdb0ed204393 Mon Sep 17 00:00:00 2001 From: JulioV Date: Mon, 18 May 2020 12:43:19 -0400 Subject: [PATCH] Update installation.rst --- docs/usage/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 8ce4d430..88898d6f 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -114,13 +114,13 @@ Once RAPIDS is installed, follow these steps to start processing mobile data. ``MY_GROUP`` is a custom label for your credentials. It has to match ``DATABASE_GROUP`` in the ``config.yaml`` file_. It is not related to your database configuration. -#. Setup the participants' devices whose data you want to analyze: +#. Setup the participants' devices whose data you want to analyze, for this you have two options: - - **Automatically**. You can automatically include all devices that are stored in the ``aware_device`` table. If you want to control what devices and dates are included, see the Manual configuration:: + #. **Automatically**. You can automatically include all devices that are stored in the ``aware_device`` table. If you want to control what devices and dates are included, see the Manual configuration:: snakemake -j1 download_participants - - **Manually**. Create one file per participant in the ``rapids/data/external/`` directory. The file should NOT have an extension (i.e., no .txt). The name of the file will become the label for that participant in the pipeline. + #. **Manually**. Create one file per participant in the ``rapids/data/external/`` directory. The file should NOT have an extension (i.e., no .txt). The name of the file will become the label for that participant in the pipeline. - The first line of the file should be the Aware ``device_id`` for that participant. If one participant has multiple device_ids (i.e. Aware had to be re-installed), add all device_ids separated by commas. - The second line should list the device's operating system (``android`` or ``ios``)