Skip to content

Commit

Permalink
Deploy preview for PR 57 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Feb 7, 2024
1 parent f9ad001 commit 48576c0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Binary file modified pr-preview/pr-57/.doctrees/config.doctree
Binary file not shown.
Binary file modified pr-preview/pr-57/.doctrees/environment.pickle
Binary file not shown.
8 changes: 4 additions & 4 deletions pr-preview/pr-57/_sources/config.rst.txt
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
8 changes: 4 additions & 4 deletions pr-preview/pr-57/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ <h2>Configuration Variables<a class="headerlink" href="#configuration-variables"
</div>
</td>
<td><div class="line-block">
<div class="line">The username of the current user, obtained from the <code class="docutils literal notranslate"><span class="pre">$USER</span></code></div>
<div class="line">environment variable.</div>
<div class="line">Your email address to receive notifications. Either provide it</div>
<div class="line">directly here or in <code class="docutils literal notranslate"><span class="pre">~/.forward</span></code>.</div>
</div>
</td>
</tr>
Expand All @@ -284,8 +284,8 @@ <h2>Configuration Variables<a class="headerlink" href="#configuration-variables"
</div>
</td>
<td><div class="line-block">
<div class="line">The root directory for processing chain execution, typically located</div>
<div class="line">under the source directory.</div>
<div class="line">The working directory where all output is stored. Should be somewhere</div>
<div class="line">on <code class="docutils literal notranslate"><span class="pre">$SCRATCH$</span></code>. By default, it is set to <code class="docutils literal notranslate"><span class="pre">&lt;chain_src_dir&gt;/work</span></code>.</div>
</div>
</td>
</tr>
Expand Down
Loading

0 comments on commit 48576c0

Please sign in to comment.