Difference between revisions of "Prerequisite DTI-TK"

From CMIC
Jump to: navigation, search
(Created page with "In order to use the the DTI regional and TBSS pipeline, the DTITK package has to be installed on the system. On the computer science cluster, it can be found here: <code>IN P...")
 
Line 4: Line 4:
  
 
On the DRC network, it can be found: <code>MARC TO CHECK</code>
 
On the DRC network, it can be found: <code>MARC TO CHECK</code>
 +
 +
Before running any NiftyPipe pipeline that uses DTITK, you need to specify the <code>DTITK_ROOT</code>
 +
This can be done using:
 +
<pre>
 +
CS cluster: export DTITK_ROOT=path_here
 +
DRC network: export DTITK_ROOT=path_here
 +
</pre>

Revision as of 11:22, 25 August 2015

In order to use the the DTI regional and TBSS pipeline, the DTITK package has to be installed on the system.

On the computer science cluster, it can be found here: IN PROGRESS

On the DRC network, it can be found: MARC TO CHECK

Before running any NiftyPipe pipeline that uses DTITK, you need to specify the DTITK_ROOT This can be done using:

CS cluster: export DTITK_ROOT=path_here
DRC network: export DTITK_ROOT=path_here