pnlbwh / pnlNipype

PNL pipeline for NIFTI images
Other
10 stars 15 forks source link

Small typo with documentation #65

Closed sbouix closed 3 years ago

sbouix commented 3 years ago

In the global bashrc description:

source ~/miniconda3/bin/activate                 # should intoduce '(base)' in front of each line
export FSLDIR=~/fsl                              # you may specify another directory where FreeSurfer is installed
export PATH=$PATH:$FSLDIR/bin
source $FSLDIR/etc/fslconf/fsl.sh
export FREESURFER_HOME=~/freesurfer              # you may specify another directory where FreeSurfer is installed
source $FREESURFER_HOME/SetUpFreeSurfer.sh
export $PATH=$PATH:/absolute/path/to/pnlNipype/scripts
export ANTSPATH=/path/to/ANTs/bin/
export PATH=$ANTSPATH:ANTs/Scripts:$PATH         # define ANTSPATH and export ANTs scripts in your path
export PATH=~/dcm2niix/build/bin
export PY2BIN=/absolute/path/to/miniconda2/bin   # for whitematteranalysis package
tashrifbillah commented 3 years ago

https://github.com/pnlbwh/pnlNipype#global-bashrc

tashrifbillah commented 3 years ago

FUTURE: generalize ~ to /abs/path/to. The change needs to be reflected in more than one place.

tashrifbillah commented 3 years ago

~/ generalized with /path/to in:

pnlNipype: https://github.com/pnlbwh/pnlNipype/commit/ffecef0a8959403e4770bbea2d3d0292cf82ed47

pnlpipe: https://github.com/pnlbwh/pnlpipe/commit/a27d0ee7615e8870b3802b2ec5423259e821da85