We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12524d commit 5e4a53cCopy full SHA for 5e4a53c
1 file changed
Singularity
@@ -24,11 +24,11 @@ From: redhat/ubi9:9.5-1738643550
24
rm -rf /var/cache/yum
25
26
REPO=multi-shell-dMRIharmonization
27
- git clone --single-branch --branch containers https://github.com/pnlbwh/$REPO.git
+ git clone --single-branch --branch master https://github.com/pnlbwh/$REPO.git
28
29
# conda environment
30
- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
31
- bash Miniconda3-latest-Linux-x86_64.sh -b -p miniconda3
+ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
+ bash Miniforge3-Linux-x86_64.sh -b -p miniconda3
32
source miniconda3/bin/activate
33
conda create -y -n harmonization -c conda-forge --override-channels python=3.8
34
conda activate harmonization
0 commit comments