Skip to content

Commit 608fa41

Browse files
admin training: use miniforge
even if correctly configured the base environment will be constructed using the defaults channel ... which is problematic with the TOS https://codebase.helmholtz.cloud/m.bernt/conda-recommendations
1 parent 7b2a183 commit 608fa41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

topics/admin/tutorials/ansible-galaxy/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ The configuration is quite simple thanks to the many sensible defaults that are
936936
> `galaxy_client_use_prebuilt` | `true` | We are going to use a prebuilt client to save some time during this tutorial, if you want you can set it to false later and see how galaxy starts building the client itself.
937937
> `miniconda_prefix` | {% raw %}`"{{ galaxy_tool_dependency_dir }}/_conda"`{% endraw %} | We will manually install conda as well. Normally Galaxy will attempt to auto-install this, but since we will set up a production-ready instance with multiple handlers, there is the chance that they can become deadlocked.
938938
> `miniconda_version` | `25.3` | Install a specific miniconda version, the latest one at the time of writing that was tested and working.
939-
> `miniconda_distribution` | `miniconda` | Install a specific distribution of miniconda, such as `miniforge` (default), `micromamba`, `miniconda` or `anaconda`. This determines the default value for the `miniconda_executable` (`mamba` for `miniforge`)
939+
> `miniconda_distribution` | `miniforge` | Install a specific distribution of miniconda, such as `miniforge` (default), `micromamba`, `miniconda` or `anaconda`. This determines the default value for the `miniconda_executable` (`mamba` for `miniforge`)
940940
> `miniconda_channels` ` | `['conda-forge']` | Use the free and community-maintained `conda-forge` channel.
941941
>
942942
> > <tip-title>Different Galaxy Releases!</tip-title>
@@ -965,11 +965,11 @@ The configuration is quite simple thanks to the many sensible defaults that are
965965
> +galaxy_force_checkout: true
966966
> +miniconda_prefix: "{{ galaxy_tool_dependency_dir }}/_conda"
967967
> +miniconda_version: 25.3
968-
> +miniconda_distribution: miniconda
968+
> +miniconda_distribution: miniforge
969969
> +miniconda_channels: ['conda-forge']
970970
> {% endraw %}
971971
> ```
972-
> {: data-commit="Configure miniconda and galaxy"}
972+
> {: data-commit="Configure miniforge and galaxy"}
973973
>
974974
> > <tip-title>Following this training outside of a GAT course?</tip-title>
975975
> > Consider updating the Galaxy Commit ID to the latest version of Galaxy available, this will probably give better results (given that dependencies are always updating) than using a potentially outdated version.

0 commit comments

Comments
 (0)