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
NeuroData's MR Graphs package, **m2g**, is a turn-key pipeline which uses structural and diffusion MRI data to estimate multi-resolution connectomes reliably and scalably.
Copy file name to clipboardexpand all lines: docs/install.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ System Requirements
20
20
====================
21
21
.. TODO: update package versions
22
22
23
-
The m2g pipeline was developed and tested primarily on Mac OSX, Ubuntu (12, 14, 16, 18), and CentOS (5, 6);
23
+
The m2g pipeline was developed and tested primarily on Mac OSX, Ubuntu (16, 18, 20, 22), and CentOS (5, 6);
24
24
25
-
Made to work on Python 3.6;
25
+
Made to work on Python 3.8;
26
26
27
27
Is wrapped in a Docker container;
28
28
@@ -34,7 +34,7 @@ Has key features built upon FSL, Dipy, Nibabel, Nilearn, Networkx, Numpy, Scipy,
34
34
35
35
Takes approximately 1-core, 8-GB of RAM, and 1 hour to run for most datasets.
36
36
37
-
While m2g is quite robust to Python package versions (with only few exceptions, mentioned in the installation guide), an example of possible versions (taken from the m2g Docker Image with version v0.2.0) is shown below. Note: this list excludes many libraries which are standard with a Python distribution, and a complete list with all packages and versions can be produced by running pip freeze within the Docker container mentioned above. ::
37
+
While m2g is quite robust to Python package versions (with only few exceptions, mentioned in the installation guide), an example of possible versions (taken from the m2g Docker Image with version v0.3.0) is shown below. Note: this list excludes many libraries which are standard with a Python distribution, and a complete list with all packages and versions can be produced by running pip freeze within the Docker container mentioned above. ::
0 commit comments