Skip to content

Commit

Permalink
Update cat (#533)
Browse files Browse the repository at this point in the history
* update to r2166 and fix longitudinal pipeline

* fix path

* install path doesn't work

* removed copy

* fix for longitudinal pipeline

* test without

* are thse files only there after the funtion call
  • Loading branch information
stebo85 authored Jun 1, 2023
1 parent 8f5660a commit 7be8eb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neurodocker/templates/cat12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ binaries:
install_path: /opt/CAT12-{{ self.version }}
urls:
r1933_R2017b: http://www.neuro.uni-jena.de/cat12/CAT12.8_r1933_R2017b_MCR_Linux.zip
r2166_R2017b: http://www.neuro.uni-jena.de/cat12/CAT12.8.2_r2166_R2017b_MCR_Linux.zip
dependencies:
apt:
- ca-certificates
Expand Down Expand Up @@ -40,3 +41,6 @@ binaries:
chmod -R 777 {{ self.install_path }}
# Test
{{ self.install_path }}/spm12 function exit
# Fix m file
rm {{ self.install_path }}/spm12_mcr/home/gaser/gaser/spm/spm12/toolbox/cat12/cat_long_main.m
cp {{ self.install_path }}/spm12_mcr/home/gaser/gaser/spm/spm12/toolbox/cat12/cat_long_main.txt {{ self.install_path }}/spm12_mcr/home/gaser/gaser/spm/spm12/toolbox/cat12/cat_long_main.m

0 comments on commit 7be8eb7

Please sign in to comment.