Skip to content

Commit

Permalink
Fix -with-conda option in the docs (#3867) [ci skip]
Browse files Browse the repository at this point in the history
Though `-with-conda true` works just like without the true if a
conda directive was specified, it tries to install `true` with
conda if none was specified. To make sure the same behavior will
occur with the same option, we should push for `-with-conda`
without the `true` in the docs.

Signed-off-by: Marcel Ribeiro-Dantas <[email protected]>
  • Loading branch information
mribeirodantas authored Apr 14, 2023
1 parent f3dceba commit 9b350ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ accessible from all compute nodes.
Enabling Conda environment
==========================

As of version ``22.08.0-edge`` the use Conda recipes specified using the :ref:`process-conda`
As of version ``22.08.0-edge`` the use of Conda recipes specified using the :ref:`process-conda`
directive needs to be enabled explicitly by setting the option shown below in the pipeline
configuration file (i.e. ``nextflow.config``)::

conda.enabled = true


Alternatively it can be specified by setting the variable ``NXF_CONDA_ENABLED=true`` in your environment
or by using the ``-with-conda true`` command line option.
or by using the ``-with-conda`` command line option.


Use Conda package names
Expand Down

0 comments on commit 9b350ba

Please sign in to comment.