Skip to content

Commit 3ddd7b5

Browse files
committed
Add mni.cortical.statistics
1 parent 9ef30ea commit 3ddd7b5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ the Lubuntu menu.
4343
- [brain-view2](https://github.com/Mouse-Imaging-Centre/brain-view2)
4444
- [pyezminc](https://github.com/BIC-MNI/pyezminc)
4545
- [itksnap 3.4.0 with MINC support](https://github.com/vfonov/itksnap3)
46+
- [mni.cortical.statistics](https://github.com/BIC-MNI/mni.cortical.statistics)

mincvm.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"quarter": "https://github.com/Alexpux/Quarter/archive/master.tar.gz",
1414
"bicinventor": "https://github.com/BIC-MNI/bicInventor/archive/master.tar.gz",
1515
"brain-view2": "https://github.com/Mouse-Imaging-Centre/brain-view2/archive/master.tar.gz",
16-
"itksnap-MINC": "http://www.bic.mni.mcgill.ca/~vfonov/temp/itksnap-3.4.0-20151130-Linux-x86_64-qt4.tar.gz"
16+
"itksnap-MINC": "http://www.bic.mni.mcgill.ca/~vfonov/temp/itksnap-3.4.0-20151130-Linux-x86_64-qt4.tar.gz",
17+
"mni-cortical-statistics": "https://github.com/gdevenyi/mni.cortical.statistics/archive/master.tar.gz"
1718
},
1819
"push": {
1920
"name": "CoBrALab/minc-toolkit-v2-vm",
@@ -76,7 +77,7 @@
7677
"pyminc={{user `pyminc`}}", "minc_stuffs={{user `minc-stuffs`}}",
7778
"pyezminc={{user `pyezminc`}}", "quarter={{user `quarter`}}",
7879
"bicinventor={{user `bicinventor`}}", "brain_view2={{user `brain-view2`}}",
79-
"itksnap_minc={{user `itksnap-MINC`}}"]
80+
"itksnap_minc={{user `itksnap-MINC`}}", "mni_cortical_statistics={{user `mni-cortical-statistics`}}"]
8081
}
8182
],
8283

provision.sh

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ library(BiocInstaller)
122122
install.packages("devtools", repos = 'https://cloud.r-project.org', dependencies=TRUE)
123123
library(devtools)
124124
install_url("$RMINC", repos = 'https://cloud.r-project.org', dependencies=TRUE)
125+
install_url("$mni_cortical_statistics")
125126
quit()
126127
EOF
127128

0 commit comments

Comments
 (0)