Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Oct 1, 2024
1 parent a0de069 commit 5987f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions book/references/parallel-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ This implies that after your first time running QIIME 2 in parallel without a co
Alternatively, when using {term}`q2cli`, you can provide a specific configuration for use in configuring parsl using the `--parallel-config` option.
If provided, this overrides the priority order above.

Similarly, when using the {term}`Python 3 API`, you can provide a specific configuration by passing a `parsl.Config` object into your `ParallelConfig` context manager.

````{admonition} user_config_dir and site_config_dir
:class: note
On Linux, `user_config_dir` will usually be `$HOME/.config/qiime2/`.
Expand Down
2 changes: 1 addition & 1 deletion book/tutorials/parallel-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you're using a system with parallel computing capabilities (e.g., at least si

## Python 3 API

Parallel Pipeline execution through the Python API is done using a `parsl.Config` object as a context manager.
Parallel Pipeline execution through the Python API is done using a `ParallelConfig` object as a context manager.
These objects take a `parsl.Config` object and an optional dictionary mapping action names to executor names as input.
If no config is provided your default configuration will be used (see [](qiime2-configuration-precedence)).

Expand Down

0 comments on commit 5987f30

Please sign in to comment.