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 a034e85 commit 9c32f9fCopy full SHA for 9c32f9f
doc/run_fmriprep.md
@@ -27,6 +27,15 @@ datalad install https://github.com/ReproNim/containers.git
27
datalad get containers/images/bids/bids-fmriprep--21.0.1.sing
28
```
29
30
+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:
31
+
32
+```bash
33
+# go to the repo folder
34
+cd path/to/containers
35
36
+datald update --merge
37
+``````
38
39
Depending on the cluster “unlock” is needed or not. No need for `lemaitre3`.
40
41
```bash
0 commit comments