File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55# Installing fresh from conda is too slow, use micromamba instead.
66curl -L micro.mamba.pm/install.sh > install-micromamba.sh
77chmod 755 install-micromamba.sh
8- bash ./install-micromamba.sh
98
10- # Activate the shell hooks without starting a new shell.
119export MAMBA_ROOT_PREFIX=$HOME /micromamba
10+ bash ./install-micromamba.sh < /dev/null
11+
12+ # Activate the shell hooks without starting a new shell.
1213eval " $( $HOME /.local/bin/micromamba shell hook --shell bash) "
1314
1415# Activate the root environment
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- . install-topeft.sh
3+ . ./ install-topeft.sh
44
55cd topeft/analysis/topeft_run2
6+ mkdir -p /tmp/${USER}
67
78echo " *** Starting a single WQ worker"
89work_queue_worker -d all -o worker.log --single-shot -t 300 localhost 9123 &
You can’t perform that action at this time.
0 commit comments