diff --git a/README.md b/README.md index 4fdcbac..1b28e88 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,4 @@ the Lubuntu menu. - [brain-view2](https://github.com/Mouse-Imaging-Centre/brain-view2) - [pyezminc](https://github.com/BIC-MNI/pyezminc) - [itksnap 3.4.0 with MINC support](https://github.com/vfonov/itksnap3) +- [mni.cortical.statistics](https://github.com/BIC-MNI/mni.cortical.statistics) diff --git a/mincvm.json b/mincvm.json index 322dd16..02af70b 100644 --- a/mincvm.json +++ b/mincvm.json @@ -13,7 +13,8 @@ "quarter": "https://github.com/Alexpux/Quarter/archive/master.tar.gz", "bicinventor": "https://github.com/BIC-MNI/bicInventor/archive/master.tar.gz", "brain-view2": "https://github.com/Mouse-Imaging-Centre/brain-view2/archive/master.tar.gz", - "itksnap-MINC": "http://www.bic.mni.mcgill.ca/~vfonov/temp/itksnap-3.4.0-20151130-Linux-x86_64-qt4.tar.gz" + "itksnap-MINC": "http://www.bic.mni.mcgill.ca/~vfonov/temp/itksnap-3.4.0-20151130-Linux-x86_64-qt4.tar.gz", + "mni-cortical-statistics": "https://github.com/gdevenyi/mni.cortical.statistics/archive/master.tar.gz" }, "push": { "name": "CoBrALab/minc-toolkit-v2-vm", @@ -76,7 +77,7 @@ "pyminc={{user `pyminc`}}", "minc_stuffs={{user `minc-stuffs`}}", "pyezminc={{user `pyezminc`}}", "quarter={{user `quarter`}}", "bicinventor={{user `bicinventor`}}", "brain_view2={{user `brain-view2`}}", - "itksnap_minc={{user `itksnap-MINC`}}"] + "itksnap_minc={{user `itksnap-MINC`}}", "mni_cortical_statistics={{user `mni-cortical-statistics`}}"] } ], diff --git a/provision.sh b/provision.sh index 72453e9..6b7abba 100644 --- a/provision.sh +++ b/provision.sh @@ -122,6 +122,7 @@ library(BiocInstaller) install.packages("devtools", repos = 'https://cloud.r-project.org', dependencies=TRUE) library(devtools) install_url("$RMINC", repos = 'https://cloud.r-project.org', dependencies=TRUE) +install_url("$mni_cortical_statistics") quit() EOF