Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlemodules

There are currently five different conda modules.

For normal usage utilize Miniconda/3. If you want to use conda within snakemake or have other specific needs you can try Miniconda/3_noInit or Miniconda/3_snakemake.

Miniconda/3.1 uses a newer version of Python (3.10.8) and pip.

mambaforge/24.3.0 includes mamba as the packet manager, this is often much faster than conda.

                                       Usage : mamba create -n yourimage; conda acticate activate yourimage; mamba install newpackage

...