Mamba

From UFRC
Revision as of 20:37, 22 February 2021 by Moskalenko (talk | contribs)
Jump to navigation Jump to search

Description

mamba website  

The Fast Cross-Platform Package Manager Based on Conda.


Environment Modules

Run module spider mamba to find out what environment modules are available for this application.

System Variables

  • HPC_MAMBA_DIR - installation directory
  • HPC_MAMBA_BIN - executable directory


Additional Information

Here's an example conda/mamba configuration:

channels:
  - conda-forge
  - bioconda
  - defaults
  - https://repo.anaconda.com/pkgs/main
  - https://repo.anaconda.com/pkgs/free
pkgs_dirs:
  - ${HOME}/.conda/pkgs
auto_activate_base: false
anaconda_upload: false

Change the pkgs_dirs value to set a different location for the conda/mamba package cache and avoid filling up your home directory.