Skip to content

Commit 550546c

Browse files
Merge pull request #35 from marcobarilari/main
ENH doc for datalad installation
2 parents c5fa574 + f27d200 commit 550546c

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*DS_Store
1+
*DS_Store

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/install_datalad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cd YOUR-CLONED-REPO
4545
datalad get .
4646
```
4747

48-
it won't probably work since ssh keys to github/gin/etc has to be set up.
48+
it won't probably work since ssh keys to github/gin/etc has to be set up.
4949

5050
Set up the einviroment as you did on your personal computer and remebere that if your password is not working is is possible that github/gin/etc are expecting the token code you have to create for each machine.
5151

doc/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ to choose the cluster that best meets your necessities)
7171

7272
ThrFor example two clusters with different characteristics (part of the CECI cluster):
7373

74-
##### Lemaitre3
74+
##### Lemaitre3
7575

76-
!!! Warning
76+
!!! Warning
7777

7878
SHUTDOWN FORM JULY 1ST 2024 AND REPLACED BY LEMAITRE4 !!!!!
7979

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)