Skip to content

Commit 7960c69

Browse files
committed
Update images version and fix #22
1 parent c5fa574 commit 7960c69

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

doc/cpp_mriqc.slurm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#export OMP_NUM_THREADS=9
1818
#export MKL_NUM_THREADS=9
1919

20-
## CPP MRIqc script for CECI cluster
20+
## CPP MRIqc script for CECI cluster v0.2.0
2121
#
2222
# writtent by CPP people
2323
#

doc/run_fmriprep.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ To contribute see [here](https://cpp-lln-lab.github.io/CPP_HPC/contributing/)
1919
- install datalad on your user (see [here](https://github.com/cpp-lln-lab/CPP_HPC/install_datalad))
2020
- get the fmriprep singularity image as follow:
2121

22-
here the example is with `fmriprp version 21.0.1` but check for newer version, list of fmriprep version available [here](https://hub.docker.com/r/nipreps/fmriprep/tags/)
22+
here the example is with `fmriprp version 24.0.0` but check for newer version, list of fmriprep version available [here](https://hub.docker.com/r/nipreps/fmriprep/tags/)
2323

2424
```bash
25-
datalad install https://github.com/ReproNim/containers.git
25+
datalad install -s https://github.com/ReproNim/containers.git ~/tools/containers
2626

27-
cd containers
27+
cd tools/containers
2828

29-
datalad get images/bids/bids-fmriprep--21.0.1.sing
29+
datalad get images/bids/bids-fmriprep--24.0.0.sing
3030
```
3131

32-
In case you have installe the repo a while a ago and you want to use a new version of fmriprep., update the `containers` repo via:
32+
In case you have installed the repo a while a ago and you want to use a new version of fmriprep., update the `containers` repo via:
3333

3434
```bash
3535
# go to the repo folder
@@ -41,7 +41,7 @@ datald update --merge
4141
Depending on the cluster “unlock” is needed or not. No need for `lemaitre3`. !!! TO CHECK ON LEMAITRE4
4242

4343
```bash
44-
datalad unlock containers/images/bids/bids-fmriprep--21.0.1.sing
44+
datalad unlock containers/images/bids/bids-fmriprep--24.0.0.sing
4545
```
4646

4747
- get your `freesurfer` license (user specific) for free [here](https://surfer.nmr.mgh.harvard.edu/registration.html) and move it to the cluster
@@ -124,7 +124,7 @@ sbatch --job-name=fmriprep_trial \
124124
“singularity run --cleanenv \
125125
-B /scratch/users/m/a/marcobar:/scratch \
126126
-B ~/sing_temp:/sing_temp \
127-
~/sing_temp/containers/images/bids/bids-fmriprep--21.0.1.sing \
127+
~/sing_temp/containers/images/bids/bids-fmriprep--24.0.0.sing \
128128
/sing_temp/raw \
129129
/sing_temp/fmriprep \
130130
participant \

doc/run_mriqc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ To contribute see [here](https://cpp-lln-lab.github.io/CPP_HPC/contributing/)
2424
- install datalad on your user (see [here](https://github.com/cpp-lln-lab/CPP_HPC/install_datalad))
2525
- get the fmriprep singularity image as follow:
2626

27-
here the example is with `MRIqc version 23.1.0` but check for newer version, list of fmriprep version available [here](https://hub.docker.com/r/nipreps/fmriprep/tags/)
27+
here the example is with `MRIqc version 24.0.0` but check for newer version, list of fmriprep version available [here](https://hub.docker.com/r/nipreps/fmriprep/tags/)
2828

2929
```bash
3030
datalad install https://github.com/ReproNim/containers.git
3131

3232
cd containers
3333

34-
datalad get images/bids/bids-mriqc--23.1.0.sing
34+
datalad get images/bids/bids-mriqc--24.0.0.sing
3535
```
3636

3737
In case you have installe the repo a while a ago and you want to use a new version of fmriprep., update the `containers` repo via:
@@ -46,7 +46,7 @@ datald update --merge
4646
Depending on the cluster “unlock” is needed or not. No need for `lemaitre3`. !! TO CHECK ON LEMAITRE4
4747

4848
```bash
49-
datalad unlock containers/images/bids/bids-mriqc--23.1.0.sing
49+
datalad unlock containers/images/bids/bids-mriqc--24.0.0.sing
5050
```
5151

5252
## Submit a MRIqc job via a `slurm` script

0 commit comments

Comments
 (0)