From f1aef38c6392579b8c00fc752932926332fcce0e Mon Sep 17 00:00:00 2001 From: cactuskid Date: Sat, 11 Jan 2025 14:13:36 +0100 Subject: [PATCH] fix mamba err on colab --- notebooks/Foldtree.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notebooks/Foldtree.ipynb b/notebooks/Foldtree.ipynb index 12388ab..4e59882 100644 --- a/notebooks/Foldtree.ipynb +++ b/notebooks/Foldtree.ipynb @@ -156,8 +156,9 @@ "git clone -q https://github.com/DessimozLab/fold_tree\n", "#git clone -q https://github.com/DessimozLab/fold_tree --branch foldtreeserver\n", "\n", - "wget -qnc \"https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh\"\n", - "bash Mambaforge-Linux-x86_64.sh -bfp /usr/local > /dev/null 2>&1\n", + "wget -qnc \"https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh\"\n", + "bash Miniforge3-$(uname)-$(uname -m).sh -bfp /usr/local > /dev/null 2>&1\n", + "\n", "mamba config --set auto_update_conda false\n", "\n", "# Create the foldtree environment\n",