NiftyPipe

From CMIC
Revision as of 15:59, 25 August 2015 by Mmodat (Talk | contribs)

Jump to: navigation, search

Description of NiftyPipe

NiftyPipe is installed as part of NifTK (or NiftyMIDAS) and requires to have python set to use nipype. You can find more information about the nipype package on | this page

Using NiftyPipe on the Computer Science cluster

Using NiftyPipe on the DRC network

The nipype enabled python version can be find here: /var/drc/software/64bit/nipype We recommend to add the following line to your ~/.bash_profile file.

export PATH=/var/drc/software/64bit/nipype/bin:${PATH}
export LD_LIBRARY_PATH=/var/drc/software/64bit/nipype/bin:${LD_LIBRARY_PATH}


Kirsi, for the time being, I installed the latest NiftyPipe version in /var/drc/scratch1/modat/Code/NiftyPipe_install and you should set the PYTHONPATH variable to /var/drc/scratch1/modat/Code/NiftyPipe_install/python by using:

export PYTHONPATH=/var/drc/scratch1/modat/Code/NiftyPipe_install/python:${PYTHONPATH}