Skip to content

Commit

Permalink
Update PreFreeSurferPipeline.sh
Browse files Browse the repository at this point in the history
Remove bit about brainvis.wustl.edu config file.
  • Loading branch information
ericearl authored Mar 3, 2019
1 parent 3df26e4 commit 9291324
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions PreFreeSurfer/PreFreeSurferPipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,6 @@
# Code Start
# ------------------------------------------------------------------------------

# Copy gold standard Caret7 config file to /tmp/fnl_lab/. Make sure that a symlink to that location exits in ~/.config/
if [ ! -d /tmp/${USER}/brainvis.wustl.edu ]; then
if [ ! -d /tmp/${USER} ]; then
mkdir -p /tmp/${USER}
fi
cp -rf /home/exacloud/lustre1/fnl_lab/code/internal/pipelines/HCP_generic_srun/brainvis.wustl.edu /tmp/${USER}/
chmod g+rw -R /tmp/${USER}
fi



# Setup this script such that if any command exits with a non-zero value, the
# script itself exits and does not attempt any further processing.
set -e
Expand Down

0 comments on commit 9291324

Please sign in to comment.