v0.5.0
nanite (v0.5.0)
Adding a new --conda-env-name
option to the run
command to use conda/mamba in an offline mode.
Notable changes:
Previously, the --use-conda
option would build a conda environment on the fly when the pipeline was invoked. The new option called --conda-env-name
allows a user to point to an existing, name conda environment. This is beneficial because building a new conda/mamba environment can be slow. Also, the build process requires access to the internet. With that being said, for some users it may make sense for them to build the conda environment once and reuse it. This will skip rebuilding the conda environment over and over again, and it will ensure the pipeline can run in an offline mode with conda.
Please see our TLDR for running conda in an offline mode on the setup page.