Skip to content

Commit

Permalink
Merge master changes back to bulk (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Zhuang <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent aae262f commit b7a9347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIOCONDA_UTILS_TAG=v3.3.1
MAMBAFORGE_VER=24.3.0-0
BIOCONDA_UTILS_TAG=v3.5.0
MAMBAFORGE_VER=24.9.0-0
MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge"
platform=$(uname -s)
arch=$(uname -m)
Expand Down
6 changes: 3 additions & 3 deletions install-and-set-up-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ else
BIOCONDA_ADDITIONAL_INSTALL_PKGS=""
fi

MAMBAFORGE_URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VER}/Mambaforge-${MAMBAFORGE_VER}-${OS}-${ARCH}.sh"
MINIFORGE_URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VER}/Miniforge3-${MAMBAFORGE_VER}-${OS}-${ARCH}.sh"

# Install mambaforge
echo Download ${MAMBAFORGE_URL}
curl -L ${MAMBAFORGE_URL} > mambaforge.sh
echo Download ${MINIFORGE_URL}
curl -L ${MINIFORGE_URL} > mambaforge.sh
head mambaforge.sh
bash mambaforge.sh -b -p "${MAMBAFORGE_INSTALLATION_DIR}"

Expand Down

0 comments on commit b7a9347

Please sign in to comment.