You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ exclusive parameters
98
98
*(but one is mandatory)*
99
99
100
100
* ``-params`` : *(mandatory if -species is omitted)* a json file specifiying the global parameters of the analysis. See :ref:`Parameters <params>` for more details
101
-
* ``-species`` : *(mandatory if -params is omitted)* followed the NHP species corresponding to the image, e.g. {macaque | marmo | baboon | chimp}
101
+
* ``-species`` : *(mandatory if -params is omitted)* followed the NHP species corresponding to the image, e.g. {macaque | marmo }
102
102
103
103
**NB** marmoT2 can be used for segmenting from the T2w image (by default, T1w is used for marmo)
104
104
**NB** macaque_0p5 is available to use downsampled template (faster results)
Copy file name to clipboardExpand all lines: docs/docker_install.rst
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
Container install
7
7
*****************
8
8
9
-
Docker allows to provide all necessary softwares in extra to macapype packages. The Docker image we provide include ANTS 2.3.1, FSL 5.0.10 and AFNI (latest version). See at the bottom of this page for docker with SPM Stand-alone.
9
+
Docker allows to provide all necessary softwares in extra to macapype packages. The Docker image we provide include ANTS 2.4.3, FSL 6.0.7.17 and AFNI (latest version). See at the bottom of this page for docker with SPM Stand-alone.
10
10
11
11
**Note 1** :the image is quite big (~5GB) so requires some space on your "/" partition.
12
12
**Note 2** : due to standard naming format, the repository on DockerHub is called "skullto3d", not "skullTo3d" - please note the difference in uppercase lowercase "T"...
@@ -33,15 +33,20 @@ A docker image can also be downloaded directly from `DockerHub repo <https://hub
33
33
34
34
$ docker pull macatools/skullto3d:latest
35
35
36
-
Starting from the release v0.2.1 on github, the docker images are tagged accordingly on Dockerhub:
36
+
Docker images are tagged accordingly on Dockerhub:
37
37
38
38
.. code:: bash
39
39
40
-
$ docker pull macatools/skullto3d:version-0.2.1
41
-
40
+
$ docker pull macatools/skullto3d:v0.1
42
41
43
42
See :ref:`Quick test <quick_test>` for testing if your docker installation works properly on test datasets.
44
43
44
+
**NB** for running ``-soft SPM`` and/or hdbet (corresponding ``-soft ANTS_quick``), a bigger version of the docker is available:
45
+
46
+
.. code:: bash
47
+
48
+
$ docker pull macatools/skullto3d:v0.1
49
+
45
50
Note on Singularity
46
51
-------------------
47
52
@@ -51,7 +56,7 @@ Here is an example of a command line to install and convert the docker image to
It *seems* the sudo priviliges are required to install and build images, so in case you have trouble, ask the admin of your cluster to perform this operation
0 commit comments