File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,4 @@ the Lubuntu menu.
43
43
- [ brain-view2] ( https://github.com/Mouse-Imaging-Centre/brain-view2 )
44
44
- [ pyezminc] ( https://github.com/BIC-MNI/pyezminc )
45
45
- [ itksnap 3.4.0 with MINC support] ( https://github.com/vfonov/itksnap3 )
46
+ - [ mni.cortical.statistics] ( https://github.com/BIC-MNI/mni.cortical.statistics )
Original file line number Diff line number Diff line change 13
13
"quarter" : " https://github.com/Alexpux/Quarter/archive/master.tar.gz" ,
14
14
"bicinventor" : " https://github.com/BIC-MNI/bicInventor/archive/master.tar.gz" ,
15
15
"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"
17
18
},
18
19
"push" : {
19
20
"name" : " CoBrALab/minc-toolkit-v2-vm" ,
76
77
" pyminc={{user `pyminc`}}" , " minc_stuffs={{user `minc-stuffs`}}" ,
77
78
" pyezminc={{user `pyezminc`}}" , " quarter={{user `quarter`}}" ,
78
79
" 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`}} " ]
80
81
}
81
82
],
82
83
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ library(BiocInstaller)
122
122
install.packages("devtools", repos = 'https://cloud.r-project.org', dependencies=TRUE)
123
123
library(devtools)
124
124
install_url("$RMINC ", repos = 'https://cloud.r-project.org', dependencies=TRUE)
125
+ install_url("$mni_cortical_statistics ")
125
126
quit()
126
127
EOF
127
128
You can’t perform that action at this time.
0 commit comments