Skip to content

Commit

Permalink
Add mni.cortical.statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevenyi committed Jul 15, 2016
1 parent 9ef30ea commit 3ddd7b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 3 additions & 2 deletions mincvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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`}}"]
}
],

Expand Down
1 change: 1 addition & 0 deletions provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ddd7b5

Please sign in to comment.