Skip to content

Commit 59f9519

Browse files
committed
Update
1 parent a704f12 commit 59f9519

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.595684.svg)](https://doi.org/10.5281/zenodo.595684)
66
[![Code Climate](https://codeclimate.com/github/neurodata/ndmg/badges/gpa.svg)](https://codeclimate.com/github/neurodata/ndmg)
77
[![DockerHub](https://img.shields.io/docker/pulls/neurodata/m2g.svg)](https://hub.docker.com/r/neurodata/m2g)
8-
[![OpenNeuro](http://bids.neuroimaging.io/openneuro_badge.svg)](https://openneuro.org)
9-
10-
![](./docs/nutmeg.png)
118

129
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.
1310

docs/install.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ System Requirements
2020
====================
2121
.. TODO: update package versions
2222
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);
2424

25-
Made to work on Python 3.6;
25+
Made to work on Python 3.8;
2626

2727
Is wrapped in a Docker container;
2828

@@ -34,7 +34,7 @@ Has key features built upon FSL, Dipy, Nibabel, Nilearn, Networkx, Numpy, Scipy,
3434

3535
Takes approximately 1-core, 8-GB of RAM, and 1 hour to run for most datasets.
3636

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. ::
3838

3939
awscli==1.16.210 , boto3==1.9.200 , botocore==1.12.200 , colorama==0.3.9 , configparser>=3.7.4 ,
4040
Cython==0.29.13 , dipy==0.16.0 , duecredit==0.7.0 , fury==0.3.0 , graspy==0.0.3 , ipython==7.7.0 ,

0 commit comments

Comments
 (0)