Skip to content

Commit

Permalink
Change some variable descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Feb 7, 2024
1 parent e61ab9a commit 81ca40d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ This is a non-exhaustive list containing the most important configuration variab
+------------------------+-------------------------------------------------------------------------+
| ``user_mail`` | The user's email address, determined based on system configuration. |
+------------------------+-------------------------------------------------------------------------+
|| ``user_name`` || The username of the current user, obtained from the ``$USER`` |
|| || environment variable. |
|| ``user_name`` || Your email address to receive notifications. Either provide it |
|| || directly here or in ``~/.forward``. |
+------------------------+-------------------------------------------------------------------------+
| ``workflow`` | The name of the workflow from ``workflows.yaml`` or a self-defined one. |
+------------------------+-------------------------------------------------------------------------+
|| ``work_root`` || The root directory for processing chain execution, typically located |
|| || under the source directory. |
|| ``work_root`` || The working directory where all output is stored. Should be somewhere |
|| || on ``$SCRATCH$``. By default, it is set to ``<chain_src_dir>/work``. |
+------------------------+-------------------------------------------------------------------------+


Expand Down

0 comments on commit 81ca40d

Please sign in to comment.