Skip to content

Commit 1e3708a

Browse files
Merge pull request #47 from pnlbwh/containers
Move to miniforge, correct wget command
2 parents 46e121d + 5e56c19 commit 1e3708a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If your data does not satisfy these requirements, please open an issue [here](ht
112112
Step-by-step installation instruction can be found [here](https://github.com/pnlbwh/dMRIharmonization/blob/c5bc02149d9e0f96402b3fabc90c2d7bb0e87fe5/README.md).
113113
But for ease of use, we provide a [Singularity](Singularity) container. Download it as:
114114

115-
wget https://www.dropbox.com/scl/fi/onkvy3gdvw99m05v0c52q/dMRIharmonization.sif?rlkey=qptch5779p0h9y3vkz55v0s9g&st=inlduybh&dl=0
115+
wget "https://www.dropbox.com/scl/fi/onkvy3gdvw99m05v0c52q/dMRIharmonization.sif?rlkey=qptch5779p0h9y3vkz55v0s9g&st=inlduybh&dl=0" -O dMRIharmonization.sif
116116

117117
You should bind your data and shell into the container to use it:
118118

Singularity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ From: redhat/ubi9:9.5-1738643550
2424
rm -rf /var/cache/yum
2525

2626
REPO=multi-shell-dMRIharmonization
27-
git clone --single-branch --branch containers https://github.com/pnlbwh/$REPO.git
27+
git clone --single-branch --branch master https://github.com/pnlbwh/$REPO.git
2828

2929
# 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
30+
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
31+
bash Miniforge3-Linux-x86_64.sh -b -p miniconda3
3232
source miniconda3/bin/activate
3333
conda create -y -n harmonization -c conda-forge --override-channels python=3.8
3434
conda activate harmonization

0 commit comments

Comments
 (0)