-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source the MINC tools path for brainbrowser #1843
Source the MINC tools path for brainbrowser #1843
Conversation
@MounaSafiHarab Can you add the MINCToolsPath to the sample config.xml used at install time? |
I did, and I updated the installation script. |
I'm a little afraid that the way it's trying to determine the minc path using Other than that, it looks good to me, but should probably have @Jkat sign off on it too. |
@driusan @Jkat The other problem is this error by Travis: |
That's why I suggest checking either the error code returned by your |
Travis uses the config.xml in test/config.xml
|
… check from the install; this has to be added in Loris-MRI install
so now the Loris-MRI pull request (aces/Loris-MRI#125) takes care of checking the minc tools and whether they are installed and where, and then update the config.xml |
Update: since Loris-MRI can't assume access to config.xml, an instruction to manually add the config tagset has been added to the Loris-MRI Readme: see aces/Loris-MRI#123 |
This gets the MINC tools path from the config.xml file.
CHANGES REQUIRED TO THE CONFIG.XML FILE for existing projects:
Add the following lines (where /opt/minc/ is where the MINC tools are installed in the example below; replace with the appropriate path):
< MINCToolsPath >/opt/minc/< /MINCToolsPath >
Related to Loris-MRI Pull request 125:
aces/Loris-MRI#125