Hello, everyone,
I`m having trouble installing the MatLab Runtime 2014b as required for running the new hippocampal subfields pipeline. The "fs_install_mcr 2014b" command returns me the message below:
andrei@andrei-VirtualBox:~/Programs/freesurfer/7.2.0/bin$ fs_install_mcr 2014b
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10 100 10 0 0 2 0 0:00:05 0:00:04 0:00:01 2
Archive: installer.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of installer.zip or
installer.zip.zip, and cannot find installer.zip.ZIP, period.
Then I tried running the specific line of the script to download the file so I could take a look at it:
andrei@andrei-VirtualBox:~/Programs/freesurfer/7.2.0/bin$ unzip installer.zip
Archive: installer.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of installer.zip or
installer.zip.zip, and cannot find installer.zip.ZIP, period.
It does not recognize it as a .zip file, and the Ubuntu Archive Manager won`t recognize it either: "An error occurred while loading the archive."
I know this is more of a Linux/Matlab issue than a freesurfer one. But I wonder if anyone else is facing this issue? Might that be a problem with the curl package, Matlab support to older Runtime versions or my Linux distro?
Thank you!