Update example.rst
parent
65726c5009
commit
1b4ad9c986
|
@ -7,7 +7,7 @@ This is a quick guide for creating and running a simple pipeline to analysis an
|
||||||
|
|
||||||
#. Install RAPIDS. See :ref:`Installation Section <install-page>`.
|
#. Install RAPIDS. See :ref:`Installation Section <install-page>`.
|
||||||
|
|
||||||
#. Make sure your database connection credentials in ``.env`` have write permission and set the correct ``MY_GROUP`` parameter in ``config.yaml`` file. See step 1 of :ref:`Usage Section <db-configuration>`.
|
#. Make sure your database connection credentials in ``.env`` have write permission and set the correct ``MY_GROUP`` parameter in ``example_profile/example_config.yaml`` file. See step 1 of :ref:`Usage Section <db-configuration>`.
|
||||||
|
|
||||||
#. Make sure your Conda (python) environment is active. See step 6 of :ref:`install-page`.
|
#. Make sure your Conda (python) environment is active. See step 6 of :ref:`install-page`.
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ TIMEZONE: &timezone
|
||||||
America/New_York
|
America/New_York
|
||||||
|
|
||||||
DATABASE_GROUP: &database_group
|
DATABASE_GROUP: &database_group
|
||||||
RAPIDS_EXAMPLE
|
MY_GROUP
|
||||||
|
|
||||||
DOWNLOAD_PARTICIPANTS:
|
DOWNLOAD_PARTICIPANTS:
|
||||||
IGNORED_DEVICE_IDS: [] # for example "5a1dd68c-6cd1-48fe-ae1e-14344ac5215f"
|
IGNORED_DEVICE_IDS: [] # for example "5a1dd68c-6cd1-48fe-ae1e-14344ac5215f"
|
||||||
|
|
Loading…
Reference in New Issue