You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(edit: at the moment this approach doesn't work because miniforge hard-codes the path to the python executable upon installation, so moving things around is not a good idea)
Alternative with no need to install mamba from scratch.
Set things up in shared space (this script is semi-broken don't copy/paste the whole thing, run it interactively on a fresh account):
# install mamba in shared space
bash ~/rds/rds-introhpc/Miniforge3-$(uname)-$(uname -m).sh -b -p ~/rds/rds-introhpc/miniforge3
~/rds/rds-introhpc/miniforge3/bin/mamba init
source~/.bashrc
conda config --add channels defaults; conda config --add channels bioconda; conda config --add channels conda-forge
conda config --set remote_read_timeout_secs 1000
# set R up
mamba install -y -n base r-argparse==2.2.2
# cache some conda environments
mamba install -y -n scipy scipy==1.12.0 numpy==1.26.4 matplotlib==3.8.3
mamba install -y -n mapping bowtie2==2.5.3
Might be good to have a script for setting things up on a fresh CSD3 account.
Collecting loose commands here.
Script to download data
Script to setup instances
The text was updated successfully, but these errors were encountered: